mirror of https://github.com/ArduPilot/ardupilot
.gitattributes: mark bin, elf and hex as binary
This commit is contained in:
parent
b8296af66a
commit
e49dc306ec
|
@ -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…
Reference in New Issue