Merge pull request #1163 from thomwiggers/patch-1

Add gitattributes file to mark bat file as CRLF
This commit is contained in:
Peter Eckersley
2015-11-02 12:20:59 -08:00
+7
View File
@@ -0,0 +1,7 @@
* text=auto eol=lf
# special files
*.bat text eol=crlf
*.jpeg binary
*.jpg binary
*.png binary