added binary attirbutes for binary files

This commit is contained in:
Roger Labbe 2018-11-02 09:53:02 -07:00
parent e2339a6ccb
commit c68b74b2c5
1 changed files with 21 additions and 1 deletions

22
.gitattributes vendored
View File

@ -1,4 +1,24 @@
# Auto detect text files and perform LF normalization
* text eol=lf
*.py eol=lf
*.ipynb eol=lf
*.ipynb eol=lf
*.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