X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=.gitattributes;h=3fbe928cd147d1d905d27eb5c6792e9ea319814a;hb=8a8e9532b4a9ffab9c7ffb0243adb12856cc2a7a;hp=9f803813ed27451d773651c9ff76689009646408;hpb=cf51c0a93e7f187e0b30907fd53cdfcda9910002;p=mono.git diff --git a/.gitattributes b/.gitattributes index 9f803813ed2..3fbe928cd14 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,22 @@ -#*.c crlf -#*.h crlf -#*.cs crlf -#*.sh crlf +# ensure LF endings on all checkouts +configure.ac crlf=input -#ChangeLog crlf -#*akefile* crlf -#*.sources crlf +# ensure native line endings on checkout +*.c crlf +*.h crlf +*.cs crlf +*.sh crlf +*.il crlf -# don't do anything to line-endings. Let CRLFs go into the repo +.gitattributes crlf +*akefile* crlf +*.sources crlf + +# 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 # -------------