Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / .gitattributes
index 9bce5208ff0139c21c5e5faf2c45f0e60266c352..25a58f158fc10969d96a07b31634e05431143a84 100644 (file)
@@ -1,21 +1,24 @@
 # ensure LF endings on all checkouts
-configure.in crlf=input
+configure.ac   crlf=input
+config.rpath   crlf=input
+configure.host crlf=input
+mkinstalldirs  crlf=input
+*.sh   crlf=input
+*.sources      crlf=input
+.gitattributes crlf=input
+*akefile*      crlf=input
 
 # ensure native line endings on checkout
 *.c    crlf
 *.h    crlf
 *.cs   crlf
-*.sh   crlf
-
-.gitattributes crlf
-ChangeLog      crlf
-*akefile*      crlf
-*.sources      crlf
+*.il   crlf
 
 # don't do anything to line-endings.  Let CRLFs go into the repo, and CRLF on checkout
 *.bat          -crlf
 *.sln          -crlf
 *.*proj*       -crlf
+*.xml          -crlf
 
 # CRLF Handling
 # -------------