From b91721dd606c904d36a8c8c6f6a7e039c8c45106 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 13 Feb 2017 19:02:18 +0100 Subject: [PATCH] wscript: add *.zip to exclude --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 25441fa..7e8aaed 100644 --- a/wscript +++ b/wscript @@ -138,6 +138,7 @@ def build(bld): def dist(ctx): ctx.excl = '**/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*' ctx.excl += ' **/**.tar.bz2' + ctx.excl += ' **/**.zip' ctx.excl += ' **/**.o **/**.so' ctx.excl += ' contrib/**' ctx.excl += ' build/**' -- 2.11.0