diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d562ba760 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,21 @@ + +# default +* text=auto + +# leave unmodified +*.ico binary +*.bmp binary + +# Visual Studio +*.rc text eol=crlf +*.dsp text eol=crlf +*.dsw text eol=crlf +*.manifest text eol=crlf + +# Windows +*.bat text eol=crlf +*.cmd text eol=crlf +*.hhp text eol=crlf +*.inf text eol=crlf +*.nsi text eol=crlf +*.wxs text eol=crlf