From: Paul Brossier Date: Wed, 12 Aug 2015 17:01:54 +0000 (+0200) Subject: wscript: add *.asc X-Git-Tag: 0.4.4~302^2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=7b2d7402b3a3660d4ed2b32ae5378230ab5058fe;p=aubio.git wscript: add *.asc --- 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'