[git] ignore python coverage files
[aubio.git] / .gitignore
index 1722787..21bb1cc 100644 (file)
@@ -5,6 +5,8 @@
 # gcov generated files
 *.gcno
 *.gcda
+python/lib/aubio/_aubio.*.so
+.coverage
 
 # ignore compiled examples
 RE:examples/[a-z]*
@@ -30,6 +32,7 @@ build/
 # doxygen
 doc/web/
 doc/full/
+doc/_build/
 
 python/gen
 python/dist
@@ -37,9 +40,15 @@ python/MANIFEST
 python/*.db
 python/*.wav
 
+pip-delete-this-directory.txt
+
 aubio-*.tar.bz2
 aubio-*.zip
+dist/*.tar.gz
+dist/*.whl
 
 # test sounds
 python/tests/sounds
 aubio.egg-info
+.eggs
+.cache