From: Paul Brossier Date: Tue, 26 Feb 2019 09:50:39 +0000 (+0100) Subject: [waf] also exclude signature files X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=fcc11e928f73787602f568c7865f0ec9ad49ead4 [waf] also exclude signature files --- diff --git a/wscript b/wscript index 0fef0484..fc48db28 100644 --- a/wscript +++ b/wscript @@ -630,7 +630,7 @@ def dist(ctx): ctx.excl += ' **/.pytest_cache' ctx.excl += ' **/.cache' ctx.excl += ' **/**.zip **/**.tar.bz2' - ctx.excl += ' **.tar.bz2' + ctx.excl += ' **.tar.bz2**' ctx.excl += ' **/doc/full/* **/doc/web/*' ctx.excl += ' **/doc/full.cfg' ctx.excl += ' **/python/*.db'