source: .bzrignore @ 974dddc

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

.bzrignore: add gcov generated files

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