[msvc] Update csproj files (#4315)
[mono.git] / .gitattributes
index 9bce5208ff0139c21c5e5faf2c45f0e60266c352..f1689375385d253a1c413d2b07a8e9200e36e684 100644 (file)
@@ -1,14 +1,17 @@
 # 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
 
 # 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 +19,7 @@ ChangeLog     crlf
 *.bat          -crlf
 *.sln          -crlf
 *.*proj*       -crlf
+*.xml          -crlf
 
 # CRLF Handling
 # -------------