Merge pull request #1088 from BrzVlad/pushless
[mono.git] / .gitattributes
index 9bce5208ff0139c21c5e5faf2c45f0e60266c352..5c4cb01ff15ecaa8cc8e61dd4101ee6985956522 100644 (file)
@@ -1,11 +1,12 @@
 # ensure LF endings on all checkouts
-configure.in crlf=input
+configure.ac crlf=input
 
 # ensure native line endings on checkout
 *.c    crlf
 *.h    crlf
 *.cs   crlf
 *.sh   crlf
+*.il   crlf
 
 .gitattributes crlf
 ChangeLog      crlf
@@ -16,6 +17,7 @@ ChangeLog     crlf
 *.bat          -crlf
 *.sln          -crlf
 *.*proj*       -crlf
+*.xml          -crlf
 
 # CRLF Handling
 # -------------