Browse Source

.gitattributes: mark bin, elf and hex as binary

zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
e49dc306ec
  1. 6
      .gitattributes

6
.gitattributes vendored

@ -3,4 +3,10 @@
# This breaks Vagrant for some users. # This breaks Vagrant for some users.
*.sh text eol=lf *.sh text eol=lf
*.bin -diff
*.elf -diff
*.hex -diff
*.bin binary linguist-generated
*.elf binary linguist-generated
*.hex binary linguist-generated

Loading…
Cancel
Save