Merge pull request #1006 from lynnaloo/master
authorTravis Webb <travis@traviswebb.com>
Sun, 3 Nov 2013 20:30:28 +0000 (12:30 -0800)
committerTravis Webb <travis@traviswebb.com>
Sun, 3 Nov 2013 20:30:28 +0000 (12:30 -0800)
Fixed .gitattributes file

.gitattributes

index b5e7cb2..8000401 100644 (file)
@@ -1,20 +1,6 @@
-# Set default behaviour, in case users don't have core.autocrlf set.
+# Autodetect text files
 * text=auto
 
-# Explicitly declare text files we want to always be normalized and converted
-# to native line endings on checkout.
-*.c text
-*.h text
-
-# Declare files that will always have CRLF line endings on checkout.
-*.sln text eol=crlf
 # Declare files that will always have LF line endings on checkout.
-*.sh text eol=lf
-
-# Denote all files that are truly binary and should not be modified.
-*.png binary
-*.jpg binary
-
-# Ignore database files
-*.json binary
-*.sql binary
+# This prevents EOF issues when repositories are cloned on Windows machines
+*.* eol=lf