Added .gitattributes to avoid autocrlf for bat files

This commit is contained in:
Liu Zehua 2010-12-29 17:39:03 +08:00 committed by Phil Hagelberg
parent 78384ba6da
commit bd22c0d4b1

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
#disable autocrlf for all .bat files since they already have CRLF in raw format
*.bat -crlf