shithub: aubio

ref: 69b11d8946d92586bc51bbc9d5f1c54185226ca9
dir: /.gitignore/

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

# gcov generated files
*.gcno
*.gcda

# 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-*
build/

# doxygen
doc/devel/
doc/user/
doc/examples/

python/*.db