source:
.gitignore
@
adf09b2
Last change on this file since adf09b2 was 28c473e, checked in by , 6 years ago | |
---|---|
|
|
File size: 602 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-* | |
[8e94af5] | 26 | waf |
27 | waflib | |
[1dd137b] | 28 | build/ |
29 | ||
[a5bf9a5] | 30 | # doxygen |
[fc95aaf] | 31 | doc/web/ |
32 | doc/full/ | |
[2470240] | 33 | doc/_build/ |
[320ce80] | 34 | |
[90a8f2f] | 35 | python/gen |
36 | python/dist | |
37 | python/MANIFEST | |
[320ce80] | 38 | python/*.db |
[90a8f2f] | 39 | python/*.wav |
[b4d1ba1] | 40 | |
[9189c42] | 41 | pip-delete-this-directory.txt |
42 | ||
[b4d1ba1] | 43 | aubio-*.tar.bz2 |
[6497e78] | 44 | aubio-*.zip |
[bef7726] | 45 | dist/*.tar.gz |
[28c473e] | 46 | dist/*.whl |
[3122327] | 47 | |
48 | # test sounds | |
49 | python/tests/sounds | |
[0065c6a] | 50 | aubio.egg-info |
Note: See TracBrowser
for help on using the repository browser.