source:
.gitignore
@
1a31baf
Last change on this file since 1a31baf was fc95aaf, checked in by , 11 years ago | |
---|---|
|
|
File size: 473 bytes |
Rev | Line | |
---|---|---|
[1dd137b] | 1 | *.pyc |
2 | *.~[0-9]~ | |
3 | *.swp | |
4 | ||
5 | # gcov generated files | |
6 | *.gcno | |
7 | *.gcda | |
8 | ||
9 | # ignore compiled examples | |
10 | RE:examples/[a-z]* | |
11 | ||
12 | # ignore compiled test programs | |
13 | RE:tests/src/test-[a-z-_]*$ | |
14 | RE:tests/cpp/test-[a-z-_]*$ | |
15 | ||
16 | # only sgml manpages count | |
17 | doc/*.1 | |
18 | ||
19 | # cachegrind/callgrind stuff | |
20 | **/cachegrind.out.[0-9]* | |
21 | **/callgrind.out.[0-9]* | |
22 | ||
23 | # waf stuff | |
[f8ee337] | 24 | .lock-waf* |
25 | .waf-* | |
[1dd137b] | 26 | build/ |
27 | ||
[a5bf9a5] | 28 | # doxygen |
[fc95aaf] | 29 | doc/web/ |
30 | doc/full/ | |
[320ce80] | 31 | |
[90a8f2f] | 32 | python/gen |
33 | python/dist | |
34 | python/MANIFEST | |
[320ce80] | 35 | python/*.db |
[90a8f2f] | 36 | python/*.wav |
[b4d1ba1] | 37 | |
38 | aubio-*.tar.bz2 | |
[6497e78] | 39 | aubio-*.zip |
Note: See TracBrowser
for help on using the repository browser.