.gitattributes: mark bin, elf and hex as binary

This commit is contained in:
Peter Barker 2021-05-19 17:26:22 +10:00 committed by Peter Barker
parent b8296af66a
commit e49dc306ec
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored
View File

@ -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