Always use LF line endings for config.rpath/configure.host as well
[mono.git] / .gitattributes
index c2ffa053adac2b22d6813980b97da96b9f14d4fd..63ec9a98c90bf42fadbe32267914c829dc056260 100644 (file)
@@ -1,15 +1,16 @@
 # ensure LF endings on all checkouts
-configure.in crlf=input
+configure.ac   crlf=input
+config.rpath   crlf=input
+configure.host crlf=input
+*.sh   crlf=input
 
 # ensure native line endings on checkout
 *.c    crlf
 *.h    crlf
 *.cs   crlf
-*.sh   crlf
 *.il   crlf
 
 .gitattributes crlf
-ChangeLog      crlf
 *akefile*      crlf
 *.sources      crlf
 
@@ -17,6 +18,7 @@ ChangeLog     crlf
 *.bat          -crlf
 *.sln          -crlf
 *.*proj*       -crlf
+*.xml          -crlf
 
 # CRLF Handling
 # -------------