source: .gitignore @ c203601

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

.gitignore: also ignore tarballs generated with './setup.py sdist'

  • Property mode set to 100644
File size: 560 bytes
RevLine 
[1dd137b]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
[f8ee337]24.lock-waf*
25.waf-*
[8e94af5]26waf
27waflib
[1dd137b]28build/
29
[a5bf9a5]30# doxygen
[fc95aaf]31doc/web/
32doc/full/
[2470240]33doc/_build/
[320ce80]34
[90a8f2f]35python/gen
36python/dist
37python/MANIFEST
[320ce80]38python/*.db
[90a8f2f]39python/*.wav
[b4d1ba1]40
41aubio-*.tar.bz2
[6497e78]42aubio-*.zip
[bef7726]43dist/*.tar.gz
[3122327]44
45# test sounds
46python/tests/sounds
[0065c6a]47aubio.egg-info
Note: See TracBrowser for help on using the repository browser.