changeset 174:6c64409575d8

wscript: also exclude dist/
author Paul Brossier <piem@piem.org>
date Mon, 13 Feb 2017 17:33:36 +0100
parents 8b6998144b16
children 18f453a30ac7
files wscript
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wscript	Mon Feb 13 16:50:28 2017 +0100
+++ b/wscript	Mon Feb 13 17:33:36 2017 +0100
@@ -140,5 +140,6 @@
     ctx.excl += ' **/**.tar.bz2'
     ctx.excl += ' contrib/**'
     ctx.excl += ' build/**'
+    ctx.excl += ' dist/**'
     ctx.excl += ' **/.travis.yml'
     ctx.excl += ' **/.appveyor.yml'