From dbf2916c83a329bacac12b26888b43d408bd254f Mon Sep 17 00:00:00 2001 From: lighta Date: Sun, 3 Jan 2016 15:42:16 -0400 Subject: [PATCH] Update .gitattributes to force some line ending style for some file. Fix cygwin not able to process 'configure' when fetched on windows directly. --- .gitattributes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a839a28c99..00934f6efe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,11 @@ *.c diff=cpp *.sln merge=union *.vcproj merge=union -*.vcxproj merge=union \ No newline at end of file +*.vcxproj merge=union +*.sln text eol=crlf +*.bat text eol=crlf +configure text eol=lf +configure.in text eol=lf +Makefile text eol=lf +Makefile.in text eol=lf +*.sh text eol=lf