From: Joshua Wise Date: Sat, 24 Jan 2009 05:53:37 +0000 (-0500) Subject: Add a .gitattributes file to force hex files to be binary-like. X-Git-Url: http://git.joshuawise.com/firearm.git/commitdiff_plain/1783621cc5b0d6411aa33cf9961b29f8e440e605?ds=inline Add a .gitattributes file to force hex files to be binary-like. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c8120ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.hex -crlf -diff -merge \ No newline at end of file