shithub: aubio

Download patch

ref: bef7726b10ec447c73892f5163e2a9e5582caad9
parent: 87a4a5abea1a81d16ec54262c36c5ef7b9f759ca
author: Paul Brossier <piem@piem.org>
date: Thu Mar 23 14:07:17 EDT 2017

.gitignore: also ignore tarballs generated with './setup.py sdist'

--- a/.gitignore
+++ b/.gitignore
@@ -40,6 +40,7 @@
 
 aubio-*.tar.bz2
 aubio-*.zip
+dist/*.tar.gz
 
 # test sounds
 python/tests/sounds
--