[tests] add test-vecutils
[aubio.git] / .gitignore
1 *.pyc
2 *.~[0-9]~
3 *.swp
4
5 # gcov generated files
6 *.gcno
7 *.gcda
8 python/lib/aubio/_aubio.*.so
9 .coverage
10
11 # ignore compiled examples
12 RE:examples/[a-z]*
13
14 # ignore compiled test programs
15 RE:tests/src/test-[a-z-_]*$
16 RE:tests/cpp/test-[a-z-_]*$
17
18 # only sgml manpages count
19 doc/*.1
20
21 # cachegrind/callgrind stuff
22 **/cachegrind.out.[0-9]*
23 **/callgrind.out.[0-9]*
24
25 # waf stuff
26 .lock-waf*
27 .waf-*
28 waf
29 waflib
30 build/
31
32 # doxygen
33 doc/web/
34 doc/full/
35 doc/_build/
36
37 python/gen
38 python/dist
39 python/MANIFEST
40 python/*.db
41 python/*.wav
42
43 pip-delete-this-directory.txt
44
45 aubio-*.tar.bz2
46 aubio-*.zip
47 dist/*.tar.gz
48 dist/*.whl
49
50 # test sounds
51 python/tests/sounds
52 aubio.egg-info
53 .eggs
54 .cache