X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=.gitattributes;h=c7e0c474a2dcaab7cec15a4004a7f66ffa893f44;hb=8d69aafce8d24ad62b46b37736f902e657f5341d;hp=517c538d8c0854a00c8f2a5512ea50abc4563839;hpb=93cf36c2cece0c15f3eadf85765817a52749cf0d;p=mono.git diff --git a/.gitattributes b/.gitattributes index 517c538d8c0..c7e0c474a2d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,23 @@ +# ensure LF endings on all checkouts +configure.in 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 -# 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 # -------------