Skip to content

Commit

Permalink
gitattributes: avoid normalizing known binary files
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Steven Allen <[email protected]>
  • Loading branch information
Stebalien committed Apr 11, 2019
1 parent 4fd81e3 commit c0b380a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
*.md text eol=auto
LICENSE text eol=auto

# Known binary types
*.png binary
*.tar binary
*.gz binary

# Binary assets
assets/init-doc/* binary
core/coreunix/test_data/** binary

0 comments on commit c0b380a

Please sign in to comment.