source:
.bzrignore
@
bcf38fe
Last change on this file since bcf38fe was 4ce62cd, checked in by , 17 years ago | |
---|---|
|
|
File size: 637 bytes |
Rev | Line | |
---|---|---|
[677facd] | 1 | **/Makefile.in |
2 | **/Makefile | |
3 | **/.deps | |
4 | **/.libs | |
5 | **/*.lo | |
6 | **/*.la | |
7 | ||
[4ce62cd] | 8 | # gcov generated files |
9 | **/*.gcno | |
10 | **/*.gcda | |
11 | ||
[677facd] | 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 | |
[de2a8af] | 19 | plugins/puredata/aubio.pd_linux |
[677facd] | 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 | |
[5316012] | 40 | mkinstalldirs |
[677facd] | 41 | install-sh |
42 | libtool | |
43 | ltmain.sh | |
44 | missing | |
45 | py-compile | |
[de2a8af] | 46 | src/config.h |
47 | src/config.h.in | |
48 | src/stamp-h1 | |
[677facd] | 49 |
Note: See TracBrowser
for help on using the repository browser.