summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-07 00:58:53 -0400
committeryenatch <yenatch@gmail.com>2013-05-07 01:12:26 -0400
commit5a4098891ac52126c935311d891bab3fbd248c62 (patch)
tree20d63788921863a54403c6e6fdc0c731f7c6b10c
parent3a7edf8b1ac7e84efa7f86c8f711f99812415701 (diff)
disable automatic line ending correction
on windows, carriage returns were being inserted into binary files, causing compiling errors
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
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