added .gitignore
[aubio.git] / .gitignore
1 Makefile.in
2 Makefile
3 .deps
4 .libs
5 *.lo
6 *.la
7
8 *.pyc
9 *.~[0-9]~
10 *.swp
11
12 # gcov generated files
13 *.gcno
14 *.gcda
15
16 # ignore compiled examples
17 RE:examples/[a-z]*
18
19 # ignore compiled test programs
20 RE:tests/src/test-[a-z-_]*$
21 RE:tests/cpp/test-[a-z-_]*$
22
23 # ignore aubio
24 plugins/puredata/aubio.pd_linux
25
26 # only sgml manpages count
27 doc/*.1
28
29 # cachegrind/callgrind stuff
30 **/cachegrind.out.[0-9]*
31 **/callgrind.out.[0-9]*
32
33 # swig and java stuff
34 **/*.class
35 java/**/SWIG*.java
36 java/**/aubio*.java
37 java/**/midi_*.java
38
39 # waf stuff
40 .lock-wscript
41 build/
42
43 # autoreconf -f -i will create these
44 INSTALL
45 aclocal.m4
46 aubio.pc
47 autom4te.cache/
48 compile
49 config.guess
50 config.log
51 config.status
52 config.sub
53 configure
54 depcomp
55 mkinstalldirs
56 install-sh
57 libtool
58 ltmain.sh
59 missing
60 py-compile
61 src/config.h
62 src/config.h.in
63 src/config.h.in~
64 src/stamp-h1