wscript: add *.zip to exclude
[vamp-aubio-plugins.git] / wscript
diff --git a/wscript b/wscript
index 25441fa..7e8aaed 100644 (file)
--- 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/**'