From 28c473e0a703602c7b0351f557cc6757c30e1803 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 24 Sep 2018 23:26:24 +0200 Subject: [PATCH] .gitignore: also ignore built wheels --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 16117274..2cf64eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ pip-delete-this-directory.txt aubio-*.tar.bz2 aubio-*.zip dist/*.tar.gz +dist/*.whl # test sounds python/tests/sounds -- 2.11.0