From 00ccf4766c2a80842c45e8d25cc1f1ac52174475 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 4 Nov 2018 22:07:07 +0100 Subject: [PATCH] .gitignore: also ignore .eggs and .cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0