Ensure that binary file changes are ignored when producing a git diff.

This commit is contained in:
Dominic Clifton 2014-10-15 15:23:59 +01:00
parent 83e22cb5ad
commit 697152e69a
1 changed files with 2 additions and 3 deletions

5
.gitattributes vendored
View File

@ -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