build: add .gitattributes to force LF (instead of possible CRLF on Windows)

This commit is contained in:
Jan Piotrowski 2019-06-27 21:15:22 +02:00
parent c2bb6c1409
commit 5741d4af6d

26
.gitattributes vendored Normal file
View File

@ -0,0 +1,26 @@
* text eol=lf
#
## These files are binary and should be left untouched
#
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.pyc binary
*.pdf binary