shithub: aubio

Download patch

ref: 00ccf4766c2a80842c45e8d25cc1f1ac52174475
parent: c3fc8d962e32afbc7ff247cff8979380087b1381
author: Paul Brossier <piem@piem.org>
date: Sun Nov 4 17:07:07 EST 2018

.gitignore: also ignore .eggs and .cache

--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,5 @@
 # test sounds
 python/tests/sounds
 aubio.egg-info
+.eggs
+.cache