wscript: add *.asc
authorPaul Brossier <piem@piem.org>
Wed, 12 Aug 2015 17:01:54 +0000 (19:01 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 12 Aug 2015 17:01:54 +0000 (19:01 +0200)
wscript

diff --git a/wscript b/wscript
index ac1f81d..3157f13 100644 (file)
--- a/wscript
+++ b/wscript
@@ -333,3 +333,4 @@ def dist(ctx):
     ctx.excl += ' **/python/*.db'
     ctx.excl += ' **/python.old/*'
     ctx.excl += ' **/python/tests/sounds'
+    ctx.excl += ' **/**.asc'