Mercurial > hg > vamp-aubio-plugins
diff wscript @ 183:233c3c1c5cda
wscript: add *.zip to exclude
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 19:02:18 +0100 |
parents | c5ad52c1bc9a |
children | be4c729d6549 |
line wrap: on
line diff
--- 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/**'