X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=blobdiff_plain;f=.gitattributes;h=25a58f158fc10969d96a07b31634e05431143a84;hp=9f803813ed27451d773651c9ff76689009646408;hb=HEAD;hpb=95149da03ea22c4e6f7e9feda77ea2808fbf6586 diff --git a/.gitattributes b/.gitattributes index 9f803813ed2..25a58f158fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,24 @@ -#*.c crlf -#*.h crlf -#*.cs crlf -#*.sh crlf +# ensure LF endings on all checkouts +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 -#ChangeLog crlf -#*akefile* crlf -#*.sources crlf +# ensure native line endings on checkout +*.c crlf +*.h crlf +*.cs crlf +*.il 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 # -------------