From: Paul Brossier Date: Sun, 4 Nov 2018 21:07:07 +0000 (+0100) Subject: .gitignore: also ignore .eggs and .cache X-Git-Tag: 0.4.8~72 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=00ccf4766c2a80842c45e8d25cc1f1ac52174475;p=aubio.git .gitignore: also ignore .eggs and .cache --- diff --git a/.gitignore b/.gitignore index 2cf64eeb..1eb5f083 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ dist/*.whl # test sounds python/tests/sounds aubio.egg-info +.eggs +.cache