Skip to content

Commit

Permalink
Ignore binaries when it comes to lineendings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey authored May 3, 2018
1 parent b56bb5a commit 1838758
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Auto detect text files and perform LF normalization
* text=auto
* text eol=lf

# Don't do anything with binaries
*.png binary
*.jpg binary
*.svg 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
*.ez binary
*.bz2 binary
*.swp binary

0 comments on commit 1838758

Please sign in to comment.