ruby-net-ldap/CVSROOT/cvswrappers

76 lines
1.7 KiB
Text
Raw Normal View History

2003-04-24 22:14:32 +02:00
# This file affects handling of files based on their names.
#
# The -m option specifies whether CVS attempts to merge files.
#
# The -k option specifies keyword expansion (e.g. -kb for binary).
#
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
#
# wildcard [option value][option value]...
#
# where option is one of
# -f from cvs filter value: path to filter
# -t to cvs filter value: path to filter
# -m update methodology value: MERGE or COPY
# -k expansion mode value: b, o, kkv, &c
#
# and value is a single-quote delimited value.
# For example:
#*.gif -k 'b'
2003-04-25 16:22:04 +02:00
*.JPG -k 'b' -m 'COPY'
*.avi -k 'b' -m 'COPY'
*.bin -k 'b' -m 'COPY'
*.bz -k 'b' -m 'COPY'
*.bz2 -k 'b' -m 'COPY'
*.doc -k 'b' -m 'COPY'
*.exe -k 'b' -m 'COPY'
*.gif -k 'b' -m 'COPY'
*.gz -k 'b' -m 'COPY'
*.hqx -k 'b' -m 'COPY'
*.jar -k 'b' -m 'COPY'
*.jpeg -k 'b' -m 'COPY'
*.jpg -k 'b' -m 'COPY'
*.mov -k 'b' -m 'COPY'
*.mp3 -k 'b' -m 'COPY'
*.mpg -k 'b' -m 'COPY'
*.pdf -k 'b' -m 'COPY'
*.png -k 'b' -m 'COPY'
*.ppt -k 'b' -m 'COPY'
*.rpm -k 'b' -m 'COPY'
*.sit -k 'b' -m 'COPY'
*.srpm -k 'b' -m 'COPY'
*.swf -k 'b' -m 'COPY'
*.tar -k 'b' -m 'COPY'
*.tbz -k 'b' -m 'COPY'
*.tgz -k 'b' -m 'COPY'
*.tif -k 'b' -m 'COPY'
*.tiff -k 'b' -m 'COPY'
*.xbm -k 'b' -m 'COPY'
*.xls -k 'b' -m 'COPY'
*.zip -k 'b' -m 'COPY'
*.keystore -k 'b' -m 'COPY'
# File types added by Borland JBuilder
*.aiff -k 'b'
*.midi -k 'b'
*.jds -k 'b'
*.asx -k 'b'
*.wav -k 'b'
*.war -k 'b'
*.ear -k 'b'
*.obj -k 'b'
*.dcu -k 'b'
*.class -k 'b'
*.au -k 'b'
*.eargrp -k 'b'
*.jpe -k 'b'
*.o -k 'b'
*.asf -k 'b'
*.rar -k 'b'
*.library -k 'b'
*.ejbgrp -k 'b'
*.ram -k 'b'
*.ejbgrpx -k 'b'
*.mid -k 'b'
*.rmf -k 'b'