Explorar o código

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.
Alexander Köplinger %!s(int64=9) %!d(string=hai) anos
pai
achega
b112f67c45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

@@ -1,11 +1,11 @@
 # ensure LF endings on all checkouts
 # ensure LF endings on all checkouts
 configure.ac crlf=input
 configure.ac crlf=input
+*.sh	crlf=input
 
 
 # ensure native line endings on checkout
 # ensure native line endings on checkout
 *.c	crlf
 *.c	crlf
 *.h	crlf
 *.h	crlf
 *.cs	crlf
 *.cs	crlf
-*.sh	crlf
 *.il	crlf
 *.il	crlf
 
 
 .gitattributes	crlf
 .gitattributes	crlf