feature/cnnfeature/crepe
Last change
on this file since a5986ff was
036e9f8,
checked in by GitHub <noreply@github.com>, 5 years ago
|
Fix regex
The hyphen should be the last (or first) item in the character class to prevent it being interpreted as a range indicator
|
-
Property mode set to
100644
|
File size:
654 bytes
|
Line | |
---|
1 | *.pyc |
---|
2 | *.~[0-9]~ |
---|
3 | *.swp |
---|
4 | |
---|
5 | # gcov generated files |
---|
6 | *.gcno |
---|
7 | *.gcda |
---|
8 | python/lib/aubio/_aubio.*.so |
---|
9 | .coverage |
---|
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 |
---|
26 | .lock-waf* |
---|
27 | .waf-* |
---|
28 | waf |
---|
29 | waflib |
---|
30 | build/ |
---|
31 | |
---|
32 | # doxygen |
---|
33 | doc/web/ |
---|
34 | doc/full/ |
---|
35 | doc/_build/ |
---|
36 | |
---|
37 | python/gen |
---|
38 | python/dist |
---|
39 | python/MANIFEST |
---|
40 | python/*.db |
---|
41 | python/*.wav |
---|
42 | |
---|
43 | pip-delete-this-directory.txt |
---|
44 | |
---|
45 | aubio-*.tar.bz2 |
---|
46 | aubio-*.zip |
---|
47 | dist/*.tar.gz |
---|
48 | dist/*.whl |
---|
49 | |
---|
50 | # test sounds |
---|
51 | python/tests/sounds |
---|
52 | aubio.egg-info |
---|
53 | .eggs |
---|
54 | .cache |
---|
Note: See
TracBrowser
for help on using the repository browser.