source: .bzrignore @ 5316012

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

.bzrignore: add mkinstalldirs

  • Property mode set to 100644
File size: 593 bytes
Line 
1**/Makefile.in
2**/Makefile
3**/.deps
4**/.libs
5**/*.lo
6**/*.la
7
8# ignore compiled examples
9RE:examples/[a-z]*
10
11# ignore compiled test programs
12RE:tests/src/test-[a-z-]*$
13
14# ignore aubio
15plugins/puredata/aubio.pd_linux
16
17# only sgml manpages count
18doc/*.1
19
20# cachegrind/callgrind stuff
21**/cachegrind.out.[0-9]*
22**/callgrind.out.[0-9]*
23
24# autoreconf -f -i will create these
25INSTALL
26aclocal.m4
27aubio.pc
28autom4te.cache/
29compile
30config.guess
31config.log
32config.status
33config.sub
34configure
35depcomp
36mkinstalldirs
37install-sh
38libtool
39ltmain.sh
40missing
41py-compile
42src/config.h
43src/config.h.in
44src/stamp-h1
45
Note: See TracBrowser for help on using the repository browser.