diff --git a/.gitattributes b/.gitattributes index a41c0a0e15b..d952371fb7e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ * text eol=lf *.png binary *.jpg binary + +# These are explicitly windows files and should use crlf +*.bat text eol=crlf