[aubio_priv.h] only define AUBIO_DBG in debug mode
[aubio.git] / .gitignore
index 5c842ff..21bb1cc 100644 (file)
@@ -1,10 +1,3 @@
-Makefile.in
-Makefile
-.deps
-.libs
-*.lo
-*.la
-
 *.pyc
 *.~[0-9]~
 *.swp
@@ -12,6 +5,8 @@ Makefile
 # gcov generated files
 *.gcno
 *.gcda
+python/lib/aubio/_aubio.*.so
+.coverage
 
 # ignore compiled examples
 RE:examples/[a-z]*
@@ -20,9 +15,6 @@ RE:examples/[a-z]*
 RE:tests/src/test-[a-z-_]*$
 RE:tests/cpp/test-[a-z-_]*$
 
-# ignore aubio
-plugins/puredata/aubio.pd_linux
-
 # only sgml manpages count
 doc/*.1
 
@@ -30,35 +22,33 @@ doc/*.1
 **/cachegrind.out.[0-9]*
 **/callgrind.out.[0-9]*
 
-# swig and java stuff
-**/*.class
-java/**/SWIG*.java
-java/**/aubio*.java
-java/**/midi_*.java
-
 # waf stuff
-.lock-wscript
+.lock-waf*
+.waf-*
+waf
+waflib
 build/
 
-# autoreconf -f -i will create these
-INSTALL
-aclocal.m4
-aubio.pc
-autom4te.cache/
-compile
-config.guess
-config.log
-config.status
-config.sub
-configure
-depcomp
-mkinstalldirs
-install-sh
-libtool
-ltmain.sh
-missing
-py-compile
-src/config.h
-src/config.h.in
-src/config.h.in~
-src/stamp-h1
+# doxygen
+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