wscript: ignore .o and .so
[vamp-aubio-plugins.git] / wscript
diff --git a/wscript b/wscript
index b5efb7d..25441fa 100644 (file)
--- a/wscript
+++ b/wscript
@@ -138,6 +138,7 @@ def build(bld):
 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/**'