Mercurial > hg > vamp-aubio-plugins
changeset 177:c5ad52c1bc9a
wscript: ignore .o and .so
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 17:42:39 +0100 |
parents | 6a060e46542d |
children | 9da5246fc50c |
files | wscript |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wscript Mon Feb 13 17:38:44 2017 +0100 +++ b/wscript Mon Feb 13 17:42:39 2017 +0100 @@ -138,6 +138,7 @@ def dist(ctx): ctx.excl = '**/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*' ctx.excl += ' **/**.tar.bz2' + ctx.excl += ' **/**.o **/**.so' ctx.excl += ' contrib/**' ctx.excl += ' build/**' ctx.excl += ' dist/**'