wscript: exclude more files from dist
authorPaul Brossier <piem@piem.org>
Sun, 15 May 2016 13:32:11 +0000 (15:32 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 15 May 2016 13:32:11 +0000 (15:32 +0200)
wscript

diff --git a/wscript b/wscript
index db17caa..677af27 100644 (file)
--- a/wscript
+++ b/wscript
@@ -376,11 +376,15 @@ def dist(ctx):
     ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*'
     ctx.excl += ' **/build/*'
     ctx.excl += ' **/python/gen **/python/build **/python/dist'
+    ctx.excl += ' **/python/ext/config.h'
     ctx.excl += ' **/**.zip **/**.tar.bz2'
     ctx.excl += ' **/doc/full/* **/doc/web/*'
     ctx.excl += ' **/python/*.db'
     ctx.excl += ' **/python.old/*'
+    ctx.excl += ' **/python/*/*.old'
     ctx.excl += ' **/python/tests/sounds'
     ctx.excl += ' **/**.asc'
     ctx.excl += ' **/.DS_Store'
     ctx.excl += ' **/.travis.yml'
+    ctx.excl += ' **/dist*'
+    ctx.excl += ' **/appveyor.yml'