diff options
author | yenatch <yenatch@gmail.com> | 2013-05-07 00:58:53 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-07 01:12:26 -0400 |
commit | 5a4098891ac52126c935311d891bab3fbd248c62 (patch) | |
tree | 20d63788921863a54403c6e6fdc0c731f7c6b10c | |
parent | 3a7edf8b1ac7e84efa7f86c8f711f99812415701 (diff) |
disable automatic line ending correction
on windows, carriage returns were being inserted into binary files, causing compiling errors
-rw-r--r-- | .gitattributes | 2 |
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 |