Merge pull request #1848 from gilmoskowitz/i24559_xtlocks
[xtuple] / .gitattributes
index 8000401..bcd2e4c 100644 (file)
@@ -1,6 +1,14 @@
-# Autodetect text files
-* text=auto
+# Set default behavior, change CRLF to LF
+* text eol=lf
 
-# Declare files that will always have LF line endings on checkout.
-# This prevents EOF issues when repositories are cloned on Windows machines
-*.* eol=lf
+# Do not treat these as text
+*.jpg binary
+*.data binary
+*.png binary
+*.ttf binary
+*.otf binary
+*.eot binary
+*.gif binary
+*.gz binary
+*.ico binary
+*.phar binary
\ No newline at end of file