source:
.bzrignore
@
9bfecce3
Last change on this file since 9bfecce3 was 90a59c3, checked in by , 17 years ago | |
---|---|
|
|
File size: 757 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-]*$ | |
[79e72cf] | 17 | RE:tests/cpp/test-[a-z-]*$ |
[677facd] | 18 | |
19 | # ignore aubio | |
[de2a8af] | 20 | plugins/puredata/aubio.pd_linux |
[677facd] | 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 | ||
[90a59c3] | 29 | # swig and java stuff |
30 | **/*.class | |
31 | java/**/SWIG*.java | |
32 | java/**/aubio*.java | |
33 | java/**/midi_*.java | |
34 | ||
[677facd] | 35 | # autoreconf -f -i will create these |
36 | INSTALL | |
37 | aclocal.m4 | |
38 | aubio.pc | |
39 | autom4te.cache/ | |
40 | compile | |
41 | config.guess | |
42 | config.log | |
43 | config.status | |
44 | config.sub | |
45 | configure | |
46 | depcomp | |
[5316012] | 47 | mkinstalldirs |
[677facd] | 48 | install-sh |
49 | libtool | |
50 | ltmain.sh | |
51 | missing | |
52 | py-compile | |
[de2a8af] | 53 | src/config.h |
54 | src/config.h.in | |
55 | src/stamp-h1 | |
[677facd] | 56 |
Note: See TracBrowser
for help on using the repository browser.