source: .bzrignore @ e460e60

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

.bzrignore: ignore waf stuff

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