From 7b2d7402b3a3660d4ed2b32ae5378230ab5058fe Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 12 Aug 2015 19:01:54 +0200 Subject: [PATCH] wscript: add *.asc --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index ac1f81da..3157f13d 100644 --- 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' -- 2.11.0