X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=.gitattributes;h=c7e0c474a2dcaab7cec15a4004a7f66ffa893f44;hb=308532a6c35c47d0c83fa521ed9980fa1adfee5a;hp=9f803813ed27451d773651c9ff76689009646408;hpb=527c363398f8f6a2c12c04c1e4fe3d29c308fe06;p=mono.git diff --git a/.gitattributes b/.gitattributes index 9f803813ed2..c7e0c474a2d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,23 @@ -#*.c crlf -#*.h crlf -#*.cs crlf -#*.sh crlf +# ensure LF endings on all checkouts +configure.in 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 +ChangeLog 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 # -------------