From: Paul Brossier Date: Mon, 13 Feb 2017 18:02:18 +0000 (+0100) Subject: wscript: add *.zip to exclude X-Git-Tag: 0.5.1~8 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=b91721dd606c904d36a8c8c6f6a7e039c8c45106 wscript: add *.zip to exclude --- 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/**'