[msvc] Update csproj files
[mono.git] / .gitattributes
index 517c538d8c0854a00c8f2a5512ea50abc4563839..3fbe928cd147d1d905d27eb5c6792e9ea319814a 100644 (file)
@@ -1,16 +1,22 @@
+# ensure LF endings on all checkouts
+configure.ac crlf=input
+
+# ensure native line endings on checkout
 *.c    crlf
 *.h    crlf
 *.cs   crlf
 *.sh   crlf
+*.il   crlf
 
-ChangeLog      crlf
+.gitattributes crlf
 *akefile*      crlf
 *.sources      crlf
 
-# don't do anything to line-endings.  Let CRLFs go into the repo
+# 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
 # -------------