2015-03-02 20:09:36 -04:00
|
|
|
|
|
|
|
# bash gets confused if you pass in .sh files from windows
|
|
|
|
# This breaks Vagrant for some users.
|
|
|
|
*.sh text eol=lf
|
|
|
|
|
2021-05-19 04:26:22 -03:00
|
|
|
*.bin -diff
|
|
|
|
*.elf -diff
|
|
|
|
*.hex -diff
|
2015-04-19 23:04:59 -03:00
|
|
|
|
2021-05-19 04:26:22 -03:00
|
|
|
*.bin binary linguist-generated
|
|
|
|
*.elf binary linguist-generated
|
|
|
|
*.hex binary linguist-generated
|