Line | |
---|
1 | # This file affects handling of files based on their names.
|
---|
2 | #
|
---|
3 | # The -t/-f options allow one to treat directories of files
|
---|
4 | # as a single file, or to transform a file in other ways on
|
---|
5 | # its way in and out of CVS.
|
---|
6 | #
|
---|
7 | # The -m option specifies whether CVS attempts to merge files.
|
---|
8 | #
|
---|
9 | # The -k option specifies keyword expansion (e.g. -kb for binary).
|
---|
10 | #
|
---|
11 | # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
|
---|
12 | #
|
---|
13 | # wildcard [option value][option value]...
|
---|
14 | #
|
---|
15 | # where option is one of
|
---|
16 | # -f from cvs filter value: path to filter
|
---|
17 | # -t to cvs filter value: path to filter
|
---|
18 | # -m update methodology value: MERGE or COPY
|
---|
19 | # -k expansion mode value: b, o, kkv, &c
|
---|
20 | #
|
---|
21 | # and value is a single-quote delimited value.
|
---|
22 | # For example:
|
---|
23 | #*.gif -k 'b'
|
---|
24 |
|
---|
25 | # binaries (should normally not be added to the archive )
|
---|
26 | *.exe -k 'b'
|
---|
27 | *.dll -k 'b'
|
---|
28 | *.sys -k 'b'
|
---|
29 | *.obj -k 'b'
|
---|
30 | *.res -l 'b'
|
---|
31 | *.lib -k 'b'
|
---|
32 |
|
---|
33 | # diverse others
|
---|
34 | *.zip -k 'b'
|
---|
35 | *.etc -k 'b'
|
---|
36 | *.pch -k 'b'
|
---|
37 | *.err -k 'b'
|
---|
38 | *.map -k 'b'
|
---|
39 | *.sym -k 'b'
|
---|
40 | *.vry -k 'b'
|
---|
41 |
|
---|
42 | # icon and mouse pointer formats
|
---|
43 | *.ico -k 'b'
|
---|
44 | *.ptr -k 'b'
|
---|
45 | *.cur -k 'b'
|
---|
46 | *.ani -k 'b'
|
---|
47 | *.and -k 'b'
|
---|
48 |
|
---|
49 | # font files
|
---|
50 | *.ttf -k 'b'
|
---|
51 | *.fnt -k 'b'
|
---|
52 |
|
---|
53 | # bitmap formats
|
---|
54 | *.bmp -k 'b'
|
---|
55 | *.gif -k 'b'
|
---|
56 | *.jpg -k 'b'
|
---|
57 | *.jpeg -k 'b'
|
---|
58 | *.pcx -k 'b'
|
---|
59 | *.tga -k 'b'
|
---|
60 | *.tif -k 'b'
|
---|
61 | *.tiff -k 'b'
|
---|
62 | *.dib -k 'b'
|
---|
63 | *.mng -k 'b'
|
---|
64 | *.png -k 'b'
|
---|
65 | *.xpm -k 'b'
|
---|
66 |
|
---|
67 | # presentation formats
|
---|
68 | *.pdf -k 'b'
|
---|
69 | *.ps -k 'b'
|
---|
70 | *.hlp -k 'b'
|
---|
71 | *.inf -k 'b'
|
---|
72 | *.fw4 -k 'b'
|
---|
73 |
|
---|
74 |
|
---|
75 | # video and audio files
|
---|
76 | *.mov -k 'b'
|
---|
77 | *.avi -k 'b'
|
---|
78 | *.mpg -k 'b'
|
---|
79 | *.mp2 -k 'b'
|
---|
80 | *.mp3 -k 'b'
|
---|
81 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.