Skip to content

Commit

Permalink
.gitattributes: mark bin, elf and hex as binary
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed May 20, 2021
1 parent b8296af commit e49dc30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
# This breaks Vagrant for some users.
*.sh text eol=lf

*.bin -diff
*.elf -diff
*.hex -diff

*.bin binary linguist-generated
*.elf binary linguist-generated
*.hex binary linguist-generated

0 comments on commit e49dc30

Please sign in to comment.