src/spectral/specdesc.h: fix typo decrease -> slope
[aubio.git] / .bzrignore
index 8d7217073153b061b751b3da5699743437e87f89..9534b46b2ae01729f1584e9b3b86aa5e3889951c 100644 (file)
@@ -13,8 +13,8 @@
 RE:examples/[a-z]*
 
 # ignore compiled test programs
-RE:tests/src/test-[a-z-]*$
-RE:tests/cpp/test-[a-z-]*$
+RE:tests/src/test-[a-z-_]*$
+RE:tests/cpp/test-[a-z-_]*$
 
 # ignore aubio
 plugins/puredata/aubio.pd_linux
@@ -26,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