diff wscript @ 174:6c64409575d8

wscript: also exclude dist/
author Paul Brossier <piem@piem.org>
date Mon, 13 Feb 2017 17:33:36 +0100
parents 8b6998144b16
children c5ad52c1bc9a
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'