]> 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:04:29 +0000 (12:04 +0100)
commit925ecb0aae7caa257c8c704364f715e463c44f47
treeddc16197ca10ad109e3b014f1af21be086a49188
parenteee162257ce83ef5bcd9a70a7212207154e6e476
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".
.gitattributes