Create .gitattributes file

This commit is contained in:
Tino Reichardt
2020-05-31 10:34:37 +02:00
parent 43ff1f1f29
commit d8345ee3b3

21
.gitattributes vendored Normal file
View File

@@ -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