ref: 981e7082f78f84ef20c202d8bb278a51d915cbdb
parent: 0065c6a6cb8f2792c5c1b8e458dc0b143d39751e
author: Paul Brossier <piem@piem.org>
date: Sun May 15 11:32:11 EDT 2016
wscript: exclude more files from dist
--- a/wscript
+++ b/wscript
@@ -376,11 +376,15 @@
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'