source:
.bzrignore
@
b8ee46c
Last change on this file since b8ee46c was 26ac356, checked in by , 15 years ago | |
---|---|
|
|
File size: 793 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 | |
[f50cd286] | 16 | RE:tests/src/test-[a-z-_]*$ |
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 | ||
[26ac356] | 35 | # waf stuff |
36 | .lock-wscript | |
37 | build/ | |
38 | ||
[677facd] | 39 | # autoreconf -f -i will create these |
40 | INSTALL | |
41 | aclocal.m4 | |
42 | aubio.pc | |
43 | autom4te.cache/ | |
44 | compile | |
45 | config.guess | |
46 | config.log | |
47 | config.status | |
48 | config.sub | |
49 | configure | |
50 | depcomp | |
[5316012] | 51 | mkinstalldirs |
[677facd] | 52 | install-sh |
53 | libtool | |
54 | ltmain.sh | |
55 | missing | |
56 | py-compile | |
[de2a8af] | 57 | src/config.h |
58 | src/config.h.in | |
59 | src/stamp-h1 | |
[677facd] | 60 |
Note: See TracBrowser
for help on using the repository browser.