source: .bzrignore @ 79e72cf

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 79e72cf was 79e72cf, checked in by Paul Brossier <piem@piem.org>, 17 years ago

add tests/cpp/test-[a-z-]*$ binaries to .bzrignore

  • Property mode set to 100644
File size: 664 bytes
Line 
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
13RE:examples/[a-z]*
14
15# ignore compiled test programs
16RE:tests/src/test-[a-z-]*$
17RE:tests/cpp/test-[a-z-]*$
18
19# ignore aubio
20plugins/puredata/aubio.pd_linux
21
22# only sgml manpages count
23doc/*.1
24
25# cachegrind/callgrind stuff
26**/cachegrind.out.[0-9]*
27**/callgrind.out.[0-9]*
28
29# autoreconf -f -i will create these
30INSTALL
31aclocal.m4
32aubio.pc
33autom4te.cache/
34compile
35config.guess
36config.log
37config.status
38config.sub
39configure
40depcomp
41mkinstalldirs
42install-sh
43libtool
44ltmain.sh
45missing
46py-compile
47src/config.h
48src/config.h.in
49src/stamp-h1
50
Note: See TracBrowser for help on using the repository browser.