From 0065c6a6cb8f2792c5c1b8e458dc0b143d39751e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 May 2016 15:31:54 +0200 Subject: [PATCH] .gitignore: ignore .egg-info --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 05b03b6f..17227877 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ aubio-*.zip # test sounds python/tests/sounds +aubio.egg-info -- 2.11.0