Merge branch 'avcodec' into develop
[aubio.git] / .gitignore
1 *.pyc
2 *.~[0-9]~
3 *.swp
4
5 # gcov generated files
6 *.gcno
7 *.gcda
8
9 # ignore compiled examples
10 RE:examples/[a-z]*
11
12 # ignore compiled test programs
13 RE:tests/src/test-[a-z-_]*$
14 RE:tests/cpp/test-[a-z-_]*$
15
16 # only sgml manpages count
17 doc/*.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-*
26 build/
27
28 # doxygen
29 doc/devel/
30 doc/user/
31 doc/examples/
32
33 python/gen
34 python/dist
35 python/MANIFEST
36 python/*.db
37 python/*.wav
38
39 aubio-*.tar.bz2
40 aubio-*.zip