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
*.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