From: Michał Kępień Date: Wed, 11 Dec 2019 11:04:29 +0000 (+0100) Subject: List paths which should be excluded from tarballs X-Git-Tag: v9.15.7~11^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925ecb0aae7caa257c8c704364f715e463c44f47;p=thirdparty%2Fbind9.git List paths which should be excluded from tarballs Convert the logic (currently present in the form of "rm -rf" calls in util/kit.sh) for removing files and directories which are tracked by Git but redundant in release tarballs into a set of .gitattributes rules which allow the same effect to be achieved using "git archive". --- diff --git a/.gitattributes b/.gitattributes index 9da70ba2fcd..3dac3b0fe6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,10 @@ *.sln.in eol=crlf *.vcxproj.* eol=crlf + +.gitignore export-ignore +/conftools export-ignore +/doc/design export-ignore +/doc/dev export-ignore +/util/** export-ignore +/util/bindkeys.pl -export-ignore +/util/mksymtbl.pl -export-ignore