From 5e544f1aee36f0a1a7244bb4efe99e2ed604a8ee Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Jul 2016 22:46:53 +0200 Subject: [PATCH] wscript: also exclude .landscape.yml --- wscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 3a0bda79..c665ff5b 100644 --- a/wscript +++ b/wscript @@ -387,7 +387,8 @@ def dist(ctx): ctx.excl += ' **/python/*/*.old' ctx.excl += ' **/python/tests/sounds' ctx.excl += ' **/**.asc' + ctx.excl += ' **/dist*' ctx.excl += ' **/.DS_Store' ctx.excl += ' **/.travis.yml' - ctx.excl += ' **/dist*' - ctx.excl += ' **/appveyor.yml' + ctx.excl += ' **/.landscape.yml' + ctx.excl += ' **/.appveyor.yml' -- 2.11.0