mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
.gitattributes: mark bin, elf and hex as binary
This commit is contained in:
parent
b8296af66a
commit
e49dc306ec
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user