source: .gitignore @ ddc9733

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5sampler
Last change on this file since ddc9733 was 9189c42, checked in by Paul Brossier <piem@piem.org>, 7 years ago

.gitignore: also ignore pip-delete-this-directory.txt

  • Property mode set to 100644
File size: 591 bytes
Line 
1*.pyc
2*.~[0-9]~
3*.swp
4
5# gcov generated files
6*.gcno
7*.gcda
8
9# ignore compiled examples
10RE:examples/[a-z]*
11
12# ignore compiled test programs
13RE:tests/src/test-[a-z-_]*$
14RE:tests/cpp/test-[a-z-_]*$
15
16# only sgml manpages count
17doc/*.1
18
19# cachegrind/callgrind stuff
20**/cachegrind.out.[0-9]*
21**/callgrind.out.[0-9]*
22
23# waf stuff
24.lock-waf*
25.waf-*
26waf
27waflib
28build/
29
30# doxygen
31doc/web/
32doc/full/
33doc/_build/
34
35python/gen
36python/dist
37python/MANIFEST
38python/*.db
39python/*.wav
40
41pip-delete-this-directory.txt
42
43aubio-*.tar.bz2
44aubio-*.zip
45dist/*.tar.gz
46
47# test sounds
48python/tests/sounds
49aubio.egg-info
Note: See TracBrowser for help on using the repository browser.