source: .gitignore @ 1dd137b

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

added .gitignore

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