]> git.ipfire.org Git - thirdparty/bind9.git/commit
List paths which should be excluded from tarballs
authorMichał Kępień <michal@isc.org>
Wed, 11 Dec 2019 11:04:29 +0000 (12:04 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 11 Dec 2019 11:22:14 +0000 (12:22 +0100)
commit89cccc53ba64ce1b50e13ca7ffd70152583bd2bd
tree27a22809122d3100f83004f9d996e99295c16ae7
parent872462fe7bea4ea2086a633fb63a7259111a2a38
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".

(cherry picked from commit 925ecb0aae7caa257c8c704364f715e463c44f47)
.gitattributes