# HG changeset patch # User Paul Brossier # Date 1487008938 -3600 # Node ID 233c3c1c5cdabdb9a84cc821001b7afc9e376950 # Parent 12061ea45c26ba64827ba9361ac730294fd1a509 wscript: add *.zip to exclude diff -r 12061ea45c26 -r 233c3c1c5cda wscript --- a/wscript Mon Feb 13 18:44:16 2017 +0100 +++ b/wscript Mon Feb 13 19:02:18 2017 +0100 @@ -138,6 +138,7 @@ 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/**'