Merge pull request #3979 from radical/fix-xbuild-tgt
[mono.git] / .gitattributes
index c2ffa053adac2b22d6813980b97da96b9f14d4fd..3fbe928cd147d1d905d27eb5c6792e9ea319814a 100644 (file)
@@ -1,5 +1,5 @@
 # ensure LF endings on all checkouts
-configure.in crlf=input
+configure.ac crlf=input
 
 # ensure native line endings on checkout
 *.c    crlf
@@ -9,7 +9,6 @@ configure.in crlf=input
 *.il   crlf
 
 .gitattributes crlf
-ChangeLog      crlf
 *akefile*      crlf
 *.sources      crlf
 
@@ -17,6 +16,7 @@ ChangeLog     crlf
 *.bat          -crlf
 *.sln          -crlf
 *.*proj*       -crlf
+*.xml          -crlf
 
 # CRLF Handling
 # -------------