Browse Source

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 9 years ago
parent
commit
b112f67c45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitattributes

+ 1 - 1
.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