From 4f624f8183cbd73ced292084eab1df8879d3c111 Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Sat, 26 Oct 2013 17:41:07 -0400 Subject: [build] Ensure configure/Makefile are always checked out as lf They must be lf so they execute correctly. --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 9c03cd8484..c0dcb80aec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,15 @@ # sln is always CRLF, even on linux, so don't convert *.sln -crlf +# configure and makefiles should be lf only +configure +configure.in +configure.ac +configure.sh +Makefile +Makefile.am +Makefile.include + # These files can be converted, since they're new .gitattributes crlf .gitignore crlf -- cgit v1.2.3