# This file describes wrappers and other binary files to CVS. # # Wrappers are the concept where directories of files are to be # treated as a single file. The intended use is to wrap up a wrapper # into a single tar such that the tar archive can be treated as a # single binary file in CVS. # # To solve the problem effectively, it was also necessary to be able to # prevent rcsmerge from merging these files. # # 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 # # and value is a single-quote delimited value. # # For example: *.exe -k 'b' *.EXE -k 'b' *.rtf -k 'b' *.RTF -k 'b' *.hqx -k 'b' *.HQX -k 'b' *.doc -k 'b' *.DOC -k 'b' *.pdf -k 'b' *.PDF -k 'b' *.ai -k 'b' *.AI -k 'b' *.eps -k 'b' *.EPS -k 'b' *.ps -k 'b' *.PS -k 'b' *.z -k 'b' *.Z -k 'b' *.tgz -k 'b' *.TGZ -k 'b' *.tz -k 'b' *.TZ -k 'b' *.gz -k 'b' *.GZ -k 'b' *.xls -k 'b' *.XLS -k 'b' *.sit -k 'b' *.SIT -k 'b' *.tar -k 'b' *.TAR -k 'b' *.tex -k 'b' *.TEX -k 'b' *.zip -k 'b' *.ZIP -k 'b' *.jar -k 'b' *.JAR -k 'b' *.aiff -k 'b' *.AIFF -k 'b' *.au -k 'b' *.AU -k 'b' *.midi -k 'b' *.MIDI -k 'b' *.mid -k 'b' *.MID -k 'b' *.mpeg -k 'b' *.MPEG -k 'b' *.mpg -k 'b' *.MPG -k 'b' *.wav -k 'b' *.WAV -k 'b' *.aifc -k 'b' *.AIFC -k 'b' *.ram -k 'b' *.RAM -k 'b' *.bmp -k 'b' *.BMP -k 'b' *.gif -k 'b' *.GIF -k 'b' *.ief -k 'b' *.jpeg -k 'b' *.JPEG -k 'b' *.jpg -k 'b' *.JPG -k 'b' *.jpe -k 'b' *.JPE -k 'b' *.png -k 'b' *.PNG -k 'b' *.tiff -k 'b' *.TIFF -k 'b' *.tif -k 'b' *.TIF -k 'b' *.xbm -k 'b' *.XBM -k 'b' *.xwd -k 'b' *.XWD -k 'b' *.mpeg -k 'b' *.MPEG -k 'b' *.mpg -k 'b' *.MPG -k 'b' *.mpe -k 'b' *.MPE -k 'b' *.qt -k 'b' *.QT -k 'b' *.mov -k 'b' *.MOV -k 'b' *.avi -k 'b' *.AVI -k 'b' *.java -k 'k' *.JAVA -k 'k' *.Java -k 'k'