shithub: aubio

Download patch

ref: fcc11e928f73787602f568c7865f0ec9ad49ead4
parent: 03e9422a04d8628fa989f99e604bcd8bc0506353
author: Paul Brossier <piem@piem.org>
date: Tue Feb 26 05:50:39 EST 2019

[waf] also exclude signature files

--- a/wscript
+++ b/wscript
@@ -630,7 +630,7 @@
     ctx.excl += ' **/.pytest_cache'
     ctx.excl += ' **/.cache'
     ctx.excl += ' **/**.zip **/**.tar.bz2'
-    ctx.excl += ' **.tar.bz2'
+    ctx.excl += ' **.tar.bz2**'
     ctx.excl += ' **/doc/full/* **/doc/web/*'
     ctx.excl += ' **/doc/full.cfg'
     ctx.excl += ' **/python/*.db'