src/spectral/specdesc.h: fix typo decrease -> slope
[aubio.git] / .bzrignore
index 6c73da6f230de0ec1ad9c141c8e6830f8177c1a5..9534b46b2ae01729f1584e9b3b86aa5e3889951c 100644 (file)
@@ -13,7 +13,8 @@
 RE:examples/[a-z]*
 
 # ignore compiled test programs
-RE:tests/src/test-[a-z-]*$
+RE:tests/src/test-[a-z-_]*$
+RE:tests/cpp/test-[a-z-_]*$
 
 # ignore aubio
 plugins/puredata/aubio.pd_linux
@@ -25,6 +26,16 @@ 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
+build/
+
 # autoreconf -f -i will create these
 INSTALL
 aclocal.m4