From 697152e69a33447daf48524802feb141bcba3882 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Wed, 15 Oct 2014 15:23:59 +0100 Subject: [PATCH] Ensure that binary file changes are ignored when producing a git diff. --- .gitattributes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 62398e688..0ec73feee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 -