[Zope-CVS] CVS: CVSROOT - cvswrappers:1.12
Ken Manheimer
klm@zope.com
Wed, 24 Apr 2002 16:46:03 -0400
Update of /cvs-repository/CVSROOT
In directory cvs.zope.org:/tmp/cvs-serv684
Modified Files:
cvswrappers
Log Message:
Much more comprehensive list of extensions for files to be treated as
binary, *including* many file types that typically would not be
checked into CVS. (This is necessary for situations where you
actually want those files checked in - eg, and image of an operating
installation...)
=== CVSROOT/cvswrappers 1.11 => 1.12 ===
*.jpg -k 'b'
*.png -k 'b'
+*.ico -k 'b'
+*.mov -k 'b'
+*.swf -k 'b'
*.so -k 'b'
*.dll -k 'b'
*.pyd -k 'b'
+*.pyc -k 'b'
+*.pys -k 'b'
+*.psd -k 'b'
+*.exe -k 'b'
+*.fs -k 'b'
+*.fs.index -k 'b'
+*.fs.tmp -k 'b'
+*.zexp -k 'b'
+*.ps -k 'b'
+*.eps -k 'b'
+*.tgz -k 'b'
+*.gz -k 'b'
+*.zip -k 'b'