1CREATE_CVSIGNORE() CREATE_CVSIGNORE()
2
3
4
6 create_cvsignore - Create preliminary .cvsignore in the current
7 directory
8
10 createcvsignore
11
13 create_cvsignore is used to create a preliminary .cvsignore in the
14 current directory. It does this based on certain contents it finds in
15 Makefile.am
16
17 No lines will be removed from any existing .cvsignore. If there is not
18 already a .cvsignore file, it will be added to the cvs repository.
19
20 Note that you must have a Makefile.am in the current directory for this
21 tool to work.
22
23 This utility is part of the KDE Software Development Kit.
24
26 Ben Burton <bab@debian.org>
27 Author.
28
29
30
31 CREATE_CVSIGNORE()