[msvc] Update csproj files (#4115)
[mono.git] / .gitattributes
index 9bce5208ff0139c21c5e5faf2c45f0e60266c352..3fbe928cd147d1d905d27eb5c6792e9ea319814a 100644 (file)
@@ -1,14 +1,14 @@
 # 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
 *akefile*      crlf
 *.sources      crlf
 
@@ -16,6 +16,7 @@ ChangeLog     crlf
 *.bat          -crlf
 *.sln          -crlf
 *.*proj*       -crlf
+*.xml          -crlf
 
 # CRLF Handling
 # -------------