shithub: aubio

Download patch

ref: 429ff6c2899a10da995d45487beab85a77b8fb50
parent: 08db8852010e4dacfd86c2593cba5738d749c05a
author: Paul Brossier <piem@piem.org>
date: Wed Nov 21 16:54:29 EST 2018

[waf] exclude more generated files from tarball

--- a/wscript
+++ b/wscript
@@ -618,6 +618,7 @@
     ctx.excl += ' **/python/*.db'
     ctx.excl += ' **/python.old/*'
     ctx.excl += ' **/python/*/*.old'
+    ctx.excl += ' **/python/lib/aubio/*.so'
     ctx.excl += ' **/python/tests/sounds'
     ctx.excl += ' **/**.asc'
     ctx.excl += ' **/dist*'
@@ -627,4 +628,4 @@
     ctx.excl += ' **/.appveyor.yml'
     ctx.excl += ' **/.circleci/*'
     ctx.excl += ' **/azure-pipelines.yml'
-    ctx.excl += ' **/.coveragerc'
+    ctx.excl += ' **/.coverage*'