Mercurial > hg > vamp-aubio-plugins
diff wscript @ 177:c5ad52c1bc9a
wscript: ignore .o and .so
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 17:42:39 +0100 |
parents | 6c64409575d8 |
children | 233c3c1c5cda |
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/**'