X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=.gitattributes;h=c2ffa053adac2b22d6813980b97da96b9f14d4fd;hb=f874f479be9726ede58102a87ca941d19f523520;hp=9f803813ed27451d773651c9ff76689009646408;hpb=85c8fd35cd137c9ec2b1da75330dcd44ef622c33;p=mono.git diff --git a/.gitattributes b/.gitattributes index 9f803813ed2..c2ffa053ada 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,19 @@ -#*.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