From 6c438f331458ec6e4dbce7c8724bb1207186780d Mon Sep 17 00:00:00 2001 From: NickZ Date: Thu, 24 Dec 2015 12:46:50 -0800 Subject: [PATCH] Add .gitattributes file This normalizes line endings when doing a checkout on a Windows system. It was previously adding the carriage return, which screwed up the build process. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f8db65f0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Auto detect text files and perform LF normalization +* text eol=lf + +*.png -text +*.gif -text +*.wad -text +*.wav -text +*.mus -text +*.mid -text +*.midi -text