| 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 |
# File types added by Borland JBuilder |
| 25 |
*.aiff -k 'b' |
| 26 |
*.midi -k 'b' |
| 27 |
*.png -k 'b' |
| 28 |
*.jds -k 'b' |
| 29 |
*.jar -k 'b' |
| 30 |
*.asx -k 'b' |
| 31 |
*.wav -k 'b' |
| 32 |
*.war -k 'b' |
| 33 |
*.ear -k 'b' |
| 34 |
*.obj -k 'b' |
| 35 |
*.dcu -k 'b' |
| 36 |
*.class -k 'b' |
| 37 |
*.au -k 'b' |
| 38 |
*.gif -k 'b' |
| 39 |
*.exe -k 'b' |
| 40 |
*.eargrp -k 'b' |
| 41 |
*.jpg -k 'b' |
| 42 |
*.bin -k 'b' |
| 43 |
*.jpe -k 'b' |
| 44 |
*.o -k 'b' |
| 45 |
*.asf -k 'b' |
| 46 |
*.rar -k 'b' |
| 47 |
*.library -k 'b' |
| 48 |
*.ejbgrp -k 'b' |
| 49 |
*.ram -k 'b' |
| 50 |
*.zip -k 'b' |
| 51 |
*.ejbgrpx -k 'b' |
| 52 |
*.mid -k 'b' |
| 53 |
*.jpeg -k 'b' |
| 54 |
*.rmf -k 'b' |