andrei Mon Mar 5 17:26:41 2001 EDT
Modified files:
/CVSROOT cvswrappers
Log:
Recognize .png as binary files.
Index: CVSROOT/cvswrappers
diff -u CVSROOT/cvswrappers:1.2 CVSROOT/cvswrappers:1.3
--- CVSROOT/cvswrappers:1.2 Tue Nov 2 10:01:35 1999
+++ CVSROOT/cvswrappers Mon Mar 5 17:26:41 2001
@@ -1,5 +1,5 @@
#
-#ident "@(#)cvs/examples:$Name: $:$Id: cvswrappers,v 1.2 1999/11/02 18:01:35 rasmus
Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: cvswrappers,v 1.3 2001/03/06 01:26:41 andrei
+Exp $"
#
# This file describes wrappers and other binary files to CVS.
#
@@ -30,6 +30,7 @@
*.gif -k 'b' -m 'COPY'
*.jpg -k 'b' -m 'COPY'
*.jpeg -k 'b' -m 'COPY'
+*.png -k 'b' -m 'COPY'
*.gz -k 'b' -m 'COPY'
*.dsw -k 'b' -m 'COPY'
*.dsw -k 'b' -m 'COPY'
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]