From c24d150189e7dfe0f1bd6f67c5db69214e0a63a1 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sun, 20 Nov 2011 22:51:16 +0000 Subject: [PATCH] [make] enforce LF in Makefile --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 1372ae86..a1970dee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ *.sh eol=lf *.ac eol=lf *.am eol=lf -GNUmakefile eol=lf +Makefile eol=lf *.sln eol=crlf *.vcproj eol=crlf *.vcxproj* eol=crlf