commit | 11405eee0fac7451ed8dccf4a397ceb7d2d56ebb | [log] [tgz] |
---|---|---|
author | Patrick Johnmeyer <[email protected]> | Sun Mar 24 01:31:40 2013 -0500 |
committer | Patrick Johnmeyer <[email protected]> | Sun Mar 24 01:31:40 2013 -0500 |
tree | b435dd89832f294ac176c8dca6d652a0c2be0cd5 | |
parent | ce196f218a59a9440463f510ed9d97ba7d8a6c88 [diff] |
Add *.bat as eol=crlf.
diff --git a/.gitattributes b/.gitattributes index ce46819..4d390e4 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -12,3 +12,6 @@ # VC6 files *.dsw text eol=crlf *.dsp text eol=crlf + +# Other 'windows-specific' files +*.bat text eol=crlf \ No newline at end of file