[source] simplify and avoid unrequired checks
[aubio.git] / .gitignore
index aa0baad..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]*
@@ -23,11 +25,30 @@ doc/*.1
 # waf stuff
 .lock-waf*
 .waf-*
+waf
+waflib
 build/
 
 # doxygen
-doc/devel/
-doc/user/
-doc/examples/
+doc/web/
+doc/full/
+doc/_build/
 
+python/gen
+python/dist
+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