From 3388e1ab17ecec46e4db282ee01383a0d4b4047a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 16 Dec 2016 12:55:24 +0100 Subject: [PATCH] wscript: also exclude waf files with python3 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 4254ddac..deef1e6a 100644 --- a/wscript +++ b/wscript @@ -449,7 +449,7 @@ def shutdown(bld): Logs.pprint('RED', msg) def dist(ctx): - ctx.excl = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*' + ctx.excl = ' **/.waf* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*' ctx.excl += ' **/build/*' ctx.excl += ' doc/_build' ctx.excl += ' python/demos_*' -- 2.11.0