mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
|
|
# bash gets confused if you pass in .sh files from windows
|
|
# 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
|