From 3b3ba1affeffa154f757cdadc1eb46b99fc681d5 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 13 Feb 2017 17:33:36 +0100 Subject: [PATCH] wscript: also exclude dist/ --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index f98309b..b5efb7d 100644 --- a/wscript +++ b/wscript @@ -140,5 +140,6 @@ def dist(ctx): ctx.excl += ' **/**.tar.bz2' ctx.excl += ' contrib/**' ctx.excl += ' build/**' + ctx.excl += ' dist/**' ctx.excl += ' **/.travis.yml' ctx.excl += ' **/.appveyor.yml' -- 2.11.0