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