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
|
||||
*.S text
|
||||
*.s text
|
||||
*.hex -text
|
||||
*.elf -text
|
||||
*.hex -crlf -diff
|
||||
*.elf -crlf -diff
|
||||
*.ld text
|
||||
Makefile text
|
||||
*.bat eol=crlf
|
||||
*.txt text
|
||||
*.sh text
|
||||
|
||||
|
|
Loading…
Reference in New Issue