From 1783621cc5b0d6411aa33cf9961b29f8e440e605 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Sat, 24 Jan 2009 00:53:37 -0500 Subject: [PATCH] Add a .gitattributes file to force hex files to be binary-like. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes 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 -- 2.39.2