From fcc11e928f73787602f568c7865f0ec9ad49ead4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 26 Feb 2019 10:50:39 +0100 Subject: [PATCH] [waf] also exclude signature files --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.11.0