shithub: aubio

ref: d2af4085e1b9f8c0af6aad661a7059ac8690e037
dir: aubio/.gitignore

View raw version
*.pyc
*.~[0-9]~
*.swp

# gcov generated files
*.gcno
*.gcda
python/lib/aubio/_aubio.*.so
.coverage

# ignore compiled examples
RE:examples/[a-z]*

# ignore compiled test programs
RE:tests/src/test-[a-z_-]*$
RE:tests/cpp/test-[a-z_-]*$

# only sgml manpages count
doc/*.1

# cachegrind/callgrind stuff
**/cachegrind.out.[0-9]*
**/callgrind.out.[0-9]*

# waf stuff
.lock-waf*
.waf-*
waf
waflib
build/

# doxygen
doc/web/
doc/full/
doc/_build/

python/gen
python/dist
python/MANIFEST
python/*.db
python/*.wav

pip-delete-this-directory.txt

aubio-*.tar.bz2
aubio-*.zip
dist/*.tar.gz
dist/*.whl

# test sounds
python/tests/sounds
aubio.egg-info
.eggs
.cache