CVSROOT
Ralph Giles <[email protected]> Thu, 14 Nov 2002 04:13:59 -0800
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jbig2dec/CVSROOT In directory usw-pr-cvs1:/tmp/cvs-serv13950 Modified Files: cvswrappers Log Message: Protect common binary file extensions from keyword expansion. Index: cvswrappers =================================================================== RCS file: /cvsroot/jbig2dec/CVSROOT/cvswrappers,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cvswrappers 30 May 2001 13:10:43 -0000 1.1 +++ cvswrappers 14 Nov 2002 12:13:56 -0000 1.2 @@ -21,3 +21,26 @@ # and value is a single-quote delimited value. # For example: #*.gif -k 'b' +*.gif -k 'b' +*.jpg -k 'b' +*.jpeg -k 'b' +*.bmp -k 'b' +*.png -k 'b' +*.tif -k 'b' +*.tiff -k 'b' +*.jb2 -k 'b' +*.jbig2 -k 'b' +*.swf -k 'b' +*.au -k 'b' +*.opt -k 'b' +*.ogg -k 'b' +*.wav -k 'b' +*.ico -k 'b' +*.class -k 'b' +*.jar -k 'b' +*.tar -k 'b' +*.zip -k 'b' +*.gz -k 'b' +*.bz2 -k 'b' +*.dsp -k 'o' +*.dsw -k 'o'