Add .gitattributes file

This normalizes line endings when doing a checkout on a Windows system.
It was previously adding the carriage return, which screwed up the build
process.
This commit is contained in:
NickZ 2015-12-24 12:46:50 -08:00
parent c14d7a11f5
commit 6c438f3314

10
.gitattributes vendored Normal file
View file

@ -0,0 +1,10 @@
# Auto detect text files and perform LF normalization
* text eol=lf
*.png -text
*.gif -text
*.wad -text
*.wav -text
*.mus -text
*.mid -text
*.midi -text