Ensure that binary file changes are ignored when producing a git diff.
This commit is contained in:
parent
83e22cb5ad
commit
697152e69a
|
@ -4,11 +4,10 @@
|
||||||
*.cc text
|
*.cc text
|
||||||
*.S text
|
*.S text
|
||||||
*.s text
|
*.s text
|
||||||
*.hex -text
|
*.hex -crlf -diff
|
||||||
*.elf -text
|
*.elf -crlf -diff
|
||||||
*.ld text
|
*.ld text
|
||||||
Makefile text
|
Makefile text
|
||||||
*.bat eol=crlf
|
*.bat eol=crlf
|
||||||
*.txt text
|
*.txt text
|
||||||
*.sh text
|
*.sh text
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue