wscript: also exclude zips
authorPaul Brossier <piem@piem.org>
Thu, 17 Oct 2013 11:03:58 +0000 (13:03 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 17 Oct 2013 11:03:58 +0000 (13:03 +0200)
wscript

diff --git a/wscript b/wscript
index 95a7c5c..989b070 100644 (file)
--- a/wscript
+++ b/wscript
@@ -250,7 +250,8 @@ def shutdown(bld):
 def dist(ctx):
     ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*'
     ctx.excl += ' **/build/*'
-    ctx.excl += ' **/python/gen **/python/build **/python/dist **/**.tar.bz2'
+    ctx.excl += ' **/python/gen **/python/build **/python/dist'
+    ctx.excl += ' **/**.zip **/**.tar.bz2'
     ctx.excl += ' **/doc/full/*'
     ctx.excl += ' **/python/*.db'
     ctx.excl += ' **/python.old/*'