add tests/cpp/test-[a-z-]*$ binaries to .bzrignore
[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 RE:tests/cpp/test-[a-z-]*$
18
19 # ignore aubio
20 plugins/puredata/aubio.pd_linux
21
22 # only sgml manpages count
23 doc/*.1
24
25 # cachegrind/callgrind stuff
26 **/cachegrind.out.[0-9]*
27 **/callgrind.out.[0-9]*
28
29 # autoreconf -f -i will create these
30 INSTALL
31 aclocal.m4
32 aubio.pc
33 autom4te.cache/
34 compile
35 config.guess
36 config.log
37 config.status
38 config.sub
39 configure
40 depcomp
41 mkinstalldirs
42 install-sh
43 libtool
44 ltmain.sh
45 missing
46 py-compile
47 src/config.h
48 src/config.h.in
49 src/stamp-h1
50