|
From: <ho...@us...> - 2003-12-15 04:48:08
|
Update of /cvsroot/ganc/CVSROOT In directory sc8-pr-cvs1:/tmp/cvs-serv4669 Modified Files: cvswrappers Log Message: Made .gif, .png, .jpg files binary Index: cvswrappers =================================================================== RCS file: /cvsroot/ganc/CVSROOT/cvswrappers,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cvswrappers 27 Oct 2003 16:13:35 -0000 1.1 --- cvswrappers 15 Dec 2003 04:48:05 -0000 1.2 *************** *** 22,23 **** --- 22,26 ---- # For example: #*.gif -k 'b' + *.gif -k 'b' + *.png -k 'b' + *.jpg -k 'b' |