Browse Source

#122 A simple .gitattributes file that per documentation should resolve these issues. Unless I read it wrong.

Signed-off-by: Jeremy D <[email protected]>
Jeremy D 12 years ago
parent
commit
2db12bde18
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .gitattributes

+ 12 - 0
.gitattributes

@@ -0,0 +1,12 @@
+# Force our line endings to be LF, even for Windows
+* text
+
+# Set certain files to be binary
+*.png binary
+*.jpg binary
+*.gif binary
+*.tgz binary
+*.zip binary
+*.tar.gz binary
+
+