source:
.gitignore
@
3ac1426
Last change on this file since 3ac1426 was 00d6c85, checked in by , 6 years ago | |
---|---|
|
|
File size: 654 bytes |
Rev | Line | |
---|---|---|
[1dd137b] | 1 | *.pyc |
2 | *.~[0-9]~ | |
3 | *.swp | |
4 | ||
5 | # gcov generated files | |
6 | *.gcno | |
7 | *.gcda | |
[00d6c85] | 8 | python/lib/aubio/_aubio.*.so |
9 | .coverage | |
[1dd137b] | 10 | |
11 | # ignore compiled examples | |
12 | RE:examples/[a-z]* | |
13 | ||
14 | # ignore compiled test programs | |
15 | RE:tests/src/test-[a-z-_]*$ | |
16 | RE:tests/cpp/test-[a-z-_]*$ | |
17 | ||
18 | # only sgml manpages count | |
19 | doc/*.1 | |
20 | ||
21 | # cachegrind/callgrind stuff | |
22 | **/cachegrind.out.[0-9]* | |
23 | **/callgrind.out.[0-9]* | |
24 | ||
25 | # waf stuff | |
[f8ee337] | 26 | .lock-waf* |
27 | .waf-* | |
[8e94af5] | 28 | waf |
29 | waflib | |
[1dd137b] | 30 | build/ |
31 | ||
[a5bf9a5] | 32 | # doxygen |
[fc95aaf] | 33 | doc/web/ |
34 | doc/full/ | |
[2470240] | 35 | doc/_build/ |
[320ce80] | 36 | |
[90a8f2f] | 37 | python/gen |
38 | python/dist | |
39 | python/MANIFEST | |
[320ce80] | 40 | python/*.db |
[90a8f2f] | 41 | python/*.wav |
[b4d1ba1] | 42 | |
[9189c42] | 43 | pip-delete-this-directory.txt |
44 | ||
[b4d1ba1] | 45 | aubio-*.tar.bz2 |
[6497e78] | 46 | aubio-*.zip |
[bef7726] | 47 | dist/*.tar.gz |
[28c473e] | 48 | dist/*.whl |
[3122327] | 49 | |
50 | # test sounds | |
51 | python/tests/sounds | |
[0065c6a] | 52 | aubio.egg-info |
[00ccf47] | 53 | .eggs |
54 | .cache |
Note: See TracBrowser
for help on using the repository browser.