Mercurial > hg > vamp-aubio-plugins
changeset 183:233c3c1c5cda
wscript: add *.zip to exclude
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 19:02:18 +0100 |
parents | 12061ea45c26 |
children | 4c5d41e39a15 |
files | wscript |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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/**'