X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=blobdiff_plain;f=.gitattributes;h=25a58f158fc10969d96a07b31634e05431143a84;hp=c2ffa053adac2b22d6813980b97da96b9f14d4fd;hb=HEAD;hpb=c448d87abb1b5cfc47a910e54d7be51695ac8873 diff --git a/.gitattributes b/.gitattributes index c2ffa053ada..25a58f158fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,22 +1,24 @@ # ensure LF endings on all checkouts -configure.in crlf=input +configure.ac crlf=input +config.rpath crlf=input +configure.host crlf=input +mkinstalldirs crlf=input +*.sh crlf=input +*.sources crlf=input +.gitattributes crlf=input +*akefile* 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, and CRLF on checkout *.bat -crlf *.sln -crlf *.*proj* -crlf +*.xml -crlf # CRLF Handling # -------------