feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 779966b was
a5bf9a5,
checked in by Paul Brossier <piem@piem.org>, 13 years ago
|
.gitignore: also ignore doxygen generated files, thanks to Dirkjan Krijnders
|
-
Property mode set to
100644
|
File size:
858 bytes
|
Line | |
---|
1 | Makefile.in |
---|
2 | Makefile |
---|
3 | .deps |
---|
4 | .libs |
---|
5 | *.lo |
---|
6 | *.la |
---|
7 | *.o |
---|
8 | |
---|
9 | *.pyc |
---|
10 | *.~[0-9]~ |
---|
11 | *.swp |
---|
12 | |
---|
13 | # gcov generated files |
---|
14 | *.gcno |
---|
15 | *.gcda |
---|
16 | |
---|
17 | # ignore compiled examples |
---|
18 | RE:examples/[a-z]* |
---|
19 | |
---|
20 | # ignore compiled test programs |
---|
21 | RE:tests/src/test-[a-z-_]*$ |
---|
22 | RE:tests/cpp/test-[a-z-_]*$ |
---|
23 | |
---|
24 | # ignore aubio |
---|
25 | plugins/puredata/aubio.pd_linux |
---|
26 | |
---|
27 | # only sgml manpages count |
---|
28 | doc/*.1 |
---|
29 | |
---|
30 | # cachegrind/callgrind stuff |
---|
31 | **/cachegrind.out.[0-9]* |
---|
32 | **/callgrind.out.[0-9]* |
---|
33 | |
---|
34 | # swig and java stuff |
---|
35 | **/*.class |
---|
36 | java/**/SWIG*.java |
---|
37 | java/**/aubio*.java |
---|
38 | java/**/midi_*.java |
---|
39 | |
---|
40 | # waf stuff |
---|
41 | .lock-wscript |
---|
42 | build/ |
---|
43 | |
---|
44 | # autoreconf -f -i will create these |
---|
45 | INSTALL |
---|
46 | aclocal.m4 |
---|
47 | aubio.pc |
---|
48 | autom4te.cache/ |
---|
49 | compile |
---|
50 | config.guess |
---|
51 | config.log |
---|
52 | config.status |
---|
53 | config.sub |
---|
54 | configure |
---|
55 | depcomp |
---|
56 | mkinstalldirs |
---|
57 | install-sh |
---|
58 | libtool |
---|
59 | ltmain.sh |
---|
60 | missing |
---|
61 | py-compile |
---|
62 | src/config.h |
---|
63 | src/config.h.in |
---|
64 | src/config.h.in~ |
---|
65 | src/stamp-h1 |
---|
66 | |
---|
67 | # doxygen |
---|
68 | doc/devel/ |
---|
69 | doc/user/ |
---|
70 | doc/examples/ |
---|
Note: See
TracBrowser
for help on using the repository browser.