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