This commit was manufactured by cvs2svn to create tag
[kbuild-mirror.git] / CVSROOT / cvswrappers
blob38e2eb7323b15fd841518aed4896ad3e300578e4
2 #  $Id$
4 # This file affects handling of files based on their names.
6 # The -t/-f options allow one to treat directories of files
7 # as a single file, or to transform a file in other ways on
8 # its way in and out of CVS.
10 # The -m option specifies whether CVS attempts to merge files.
12 # The -k option specifies keyword expansion (e.g. -kb for binary).
14 # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
16 #  wildcard     [option value][option value]...
18 #  where option is one of
19 #  -f           from cvs filter         value: path to filter
20 #  -t           to cvs filter           value: path to filter
21 #  -m           update methodology      value: MERGE or COPY
22 #  -k           expansion mode          value: b, o, kkv, &c
24 #  and value is a single-quote delimited value.
25 # For example:
26 #*.gif -k 'b'
28 # binaries (should normally not be added to the archive )
29 *.exe -k 'b'
30 *.sys -k 'b'
31 *.obj -k 'b'
32 *.res -l 'b'
34 # diverse others
35 *.zip -k 'b'
36 *.etc -k 'b'
37 *.pch -k 'b'
38 *.err -k 'b'
39 *.map -k 'b'
41 # icon and mouse pointer formats
42 *.ico -k 'b'
43 *.ptr -k 'b'
44 *.cur -k 'b'
45 *.ani -k 'b'
46 *.and -k 'b'
48 # font files
49 *.ttf -k 'b'
50 *.fnt -k 'b'
52 # bitmap formats
53 *.bmp -k 'b'
54 *.gif -k 'b'
55 *.jpg -k 'b'
56 *.jpeg -k 'b'
57 *.pcx -k 'b'
58 *.tga -k 'b'
59 *.tif -k 'b'
60 *.tiff -k 'b'
61 *.dib -k 'b'
62 *.mng -k 'b'
63 *.png -k 'b'
64 *.xpm -k 'b'
66 # presentation formats
67 *.pdf -k 'b'
68 *.ps -k 'b'
71 # video and audio files
72 *.mov -k 'b'
73 *.avi -k 'b'
74 *.mpg -k 'b'
75 *.mp2 -k 'b'
76 *.mp3 -k 'b'