Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-10-04 19:06:54 +0000
committerThomas Watson2011-10-04 19:06:54 +0000
commit724c0fdbfe45fefab00308c81d147780a1a13828 (patch)
treec1008d45bd94d230a27b31da34027e8f1aafb60e /.gitattributes
parent3ce233fffd2f1b56ddf57659d6dd46cefa6cb308 (diff)
downloadrt.equinox.bundles-724c0fdbfe45fefab00308c81d147780a1a13828.tar.gz
rt.equinox.bundles-724c0fdbfe45fefab00308c81d147780a1a13828.tar.xz
rt.equinox.bundles-724c0fdbfe45fefab00308c81d147780a1a13828.zip
comment out entries in .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes58
1 files changed, 29 insertions, 29 deletions
diff --git a/.gitattributes b/.gitattributes
index 0a6421b54..0ebb74bec 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,33 +1,33 @@
# Text files with LF eol
-*.awk crlf=input
-*.bnd crlf=input
-*.c crlf=input ident
-*.conf crlf=input
-*.cpp crlf=input ident
-*.css crlf=input
-*.groovy crlf=input
-*.h crlf=input ident
-*.html crlf=input ident
-*.java crlf=input ident
-*.js crlf=input
-*.MF crlf=input
-*.php crlf=input
-*.pl crlf=input
-*.prefs crlf=input
-*.properties crlf=input
-*.py crlf=input
-*.schema crlf=input
-*.sh crlf=input
-*.tcl crlf=input
-*.txt crlf=input
-*.xml crlf=input
-*.xsd crlf=input ident
-*.xsl crlf=input
-*.xslt crlf=input
-.classpath crlf=input
-.project crlf=input
-packageinfo crlf=input
-Makefile crlf=input
+#*.awk crlf=input
+#*.bnd crlf=input
+#*.c crlf=input ident
+#*.conf crlf=input
+#*.cpp crlf=input ident
+#*.css crlf=input
+#*.groovy crlf=input
+#*.h crlf=input ident
+#*.html crlf=input ident
+#*.java crlf=input ident
+#*.js crlf=input
+#*.MF crlf=input
+#*.php crlf=input
+#*.pl crlf=input
+#*.prefs crlf=input
+#*.properties crlf=input
+#*.py crlf=input
+#*.schema crlf=input
+#*.sh crlf=input
+#*.tcl crlf=input
+#*.txt crlf=input
+#*.xml crlf=input
+#*.xsd crlf=input ident
+#*.xsl crlf=input
+#*.xslt crlf=input
+#.classpath crlf=input
+#.project crlf=input
+#packageinfo crlf=input
+#Makefile crlf=input
# No EOL translation
*.bat -crlf

Back to the top