Skip to content

Commit

Permalink
Ensure that binary file changes are ignored when producing a git diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Oct 15, 2014
1 parent 83e22cb commit 697152e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 697152e

Please sign in to comment.