Skip to content

Commit

Permalink
Tell .gitattributes that .zip files are binary (aws#535)
Browse files Browse the repository at this point in the history
The vendored ZIPs we still have are causing problems for me when
switching branches.
  • Loading branch information
rix0rrr authored Aug 9, 2018
1 parent b8ddf16 commit 7cfd5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
* eol=lf

*.gif binary
*.zip binary

0 comments on commit 7cfd5b5

Please sign in to comment.