Add *.bat as eol=crlf.

This commit is contained in:
Patrick Johnmeyer 2013-03-24 01:31:40 -05:00
parent ce196f218a
commit 11405eee0f

3
.gitattributes vendored
View file

@ -12,3 +12,6 @@
# VC6 files # VC6 files
*.dsw text eol=crlf *.dsw text eol=crlf
*.dsp text eol=crlf *.dsp text eol=crlf
# Other 'windows-specific' files
*.bat text eol=crlf