merge main branch
[aubio.git] / .bzrignore
1 **/Makefile.in
2 **/Makefile
3 **/.deps
4 **/.libs
5 **/*.lo
6 **/*.la
7
8 # ignore compiled examples
9 RE:examples/[a-z]*
10
11 # ignore compiled test programs
12 RE:tests/src/test-[a-z-]*$
13
14 # ignore aubio
15 plugins/puredata/aubio.pd_linux
16
17 # only sgml manpages count
18 doc/*.1
19
20 # cachegrind/callgrind stuff
21 **/cachegrind.out.[0-9]*
22 **/callgrind.out.[0-9]*
23
24 # autoreconf -f -i will create these
25 INSTALL
26 aclocal.m4
27 aubio.pc
28 autom4te.cache/
29 compile
30 config.guess
31 config.log
32 config.status
33 config.sub
34 configure
35 depcomp
36 install-sh
37 libtool
38 ltmain.sh
39 missing
40 py-compile
41 src/config.h
42 src/config.h.in
43 src/stamp-h1
44