From: Alexander Köplinger Date: Fri, 27 Jan 2017 13:07:08 +0000 (+0100) Subject: Make sure .sh files always have LF line ending X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=b112f67c45df967a7de039c64b7841d8826047b7 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. --- 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