From b112f67c45df967a7de039c64b7841d8826047b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 27 Jan 2017 14:07:08 +0100 Subject: [PATCH] Make sure .sh files always have LF line ending This removes the need to set core.autocrlf=input when compiling Mono on Windows via cygwin. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3fbe928cd14..030bae51185 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ # ensure LF endings on all checkouts configure.ac crlf=input +*.sh crlf=input # ensure native line endings on checkout *.c crlf *.h crlf *.cs crlf -*.sh crlf *.il crlf .gitattributes crlf -- 2.25.1