[LON-CAPA-cvs] cvs: CVSROOT / cvswrappers
raeburn
raeburn at source.lon-capa.org
Sat Jun 1 10:23:12 EDT 2013
raeburn Sat Jun 1 14:23:12 2013 EDT
Modified files:
/CVSROOT cvswrappers
Log:
- Identify image files etc., as binary files so end of line conversions are
not done when checking out CVS files to TortoiseCVS.
Index: CVSROOT/cvswrappers
diff -u CVSROOT/cvswrappers:1.1 CVSROOT/cvswrappers:1.2
--- CVSROOT/cvswrappers:1.1 Tue Sep 28 19:58:53 1999
+++ CVSROOT/cvswrappers Sat Jun 1 14:23:12 2013
@@ -21,3 +21,25 @@
# and value is a single-quote delimited value.
# For example:
#*.gif -k 'b'
+
+*.gif -k 'b'
+*.bmp -k 'b'
+*.png -k 'b'
+*.jpg -k 'b'
+*.avi -k 'b'
+
+# Sound files
+*.mp3 -k 'b'
+
+# # Special java files
+*.class -k 'b'
+*.zip -k 'b'
+*.jar -k 'b'
+
+# # Photoshop files
+*.psd -k 'b'
+
+# # The Gimp files
+ *.xcf -k 'b'
+
+
More information about the LON-CAPA-cvs
mailing list