source: .gitignore @ 1ddb9d1

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
Last change on this file since 1ddb9d1 was 00d6c85, checked in by Paul Brossier <piem@piem.org>, 5 years ago

[git] ignore python coverage files

  • 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
8python/lib/aubio/_aubio.*.so
9.coverage
10
11# ignore compiled examples
12RE:examples/[a-z]*
13
14# ignore compiled test programs
15RE:tests/src/test-[a-z-_]*$
16RE:tests/cpp/test-[a-z-_]*$
17
18# only sgml manpages count
19doc/*.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-*
28waf
29waflib
30build/
31
32# doxygen
33doc/web/
34doc/full/
35doc/_build/
36
37python/gen
38python/dist
39python/MANIFEST
40python/*.db
41python/*.wav
42
43pip-delete-this-directory.txt
44
45aubio-*.tar.bz2
46aubio-*.zip
47dist/*.tar.gz
48dist/*.whl
49
50# test sounds
51python/tests/sounds
52aubio.egg-info
53.eggs
54.cache
Note: See TracBrowser for help on using the repository browser.