source: .gitignore @ ba00fd7

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since ba00fd7 was a5bf9a5, checked in by Paul Brossier <piem@piem.org>, 12 years ago

.gitignore: also ignore doxygen generated files, thanks to Dirkjan Krijnders

  • Property mode set to 100644
File size: 858 bytes
Line 
1Makefile.in
2Makefile
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
18RE:examples/[a-z]*
19
20# ignore compiled test programs
21RE:tests/src/test-[a-z-_]*$
22RE:tests/cpp/test-[a-z-_]*$
23
24# ignore aubio
25plugins/puredata/aubio.pd_linux
26
27# only sgml manpages count
28doc/*.1
29
30# cachegrind/callgrind stuff
31**/cachegrind.out.[0-9]*
32**/callgrind.out.[0-9]*
33
34# swig and java stuff
35**/*.class
36java/**/SWIG*.java
37java/**/aubio*.java
38java/**/midi_*.java
39
40# waf stuff
41.lock-wscript
42build/
43
44# autoreconf -f -i will create these
45INSTALL
46aclocal.m4
47aubio.pc
48autom4te.cache/
49compile
50config.guess
51config.log
52config.status
53config.sub
54configure
55depcomp
56mkinstalldirs
57install-sh
58libtool
59ltmain.sh
60missing
61py-compile
62src/config.h
63src/config.h.in
64src/config.h.in~
65src/stamp-h1
66
67# doxygen
68doc/devel/
69doc/user/
70doc/examples/
Note: See TracBrowser for help on using the repository browser.