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