From 5a4098891ac52126c935311d891bab3fbd248c62 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 7 May 2013 00:58:53 -0400 Subject: [PATCH] disable automatic line ending correction on windows, carriage returns were being inserted into binary files, causing compiling errors --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..3971c045e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# No monkey business with line endings +* text=false