Changeset 677facd
- Timestamp:
- Oct 30, 2007, 10:13:09 PM (17 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- f14d323
- Parents:
- 4aad0dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
r4aad0dc r677facd 1 */Makefile.in 2 */*/Makefile.in 3 */*/*/Makefile.in 4 */Makefile 5 */*/Makefile 6 */*/*/Makefile 7 */.deps 8 */*/.deps 9 */*/*/.deps 10 */.libs 11 */*/.libs 12 */*/*/.libs 13 */*.lo 14 */*/*.lo 15 */*/*/*.lo 16 */*.la 1 **/Makefile.in 2 **/Makefile 3 **/.deps 4 **/.libs 5 **/*.lo 6 **/*.la 7 8 # ignore compiled examples 9 RE:examples/[a-z]* 10 11 # ignore compiled test programs 12 RE:tests/src/test-[a-z-]*$ 13 14 # ignore aubio 17 15 plugins/puredata/aubio.pd_linux 18 doc/aubiocut.1 19 doc/aubionotes.1 20 doc/aubioonset.1 21 doc/aubiopitch.1 22 doc/aubiotrack.1 16 17 # only sgml manpages count 18 doc/*.1 19 20 # cachegrind/callgrind stuff 21 **/cachegrind.out.[0-9]* 22 **/callgrind.out.[0-9]* 23 24 # autoreconf -f -i will create these 25 INSTALL 26 aclocal.m4 27 aubio.pc 28 autom4te.cache/ 29 compile 30 config.guess 31 config.log 32 config.status 33 config.sub 34 configure 35 depcomp 36 install-sh 37 libtool 38 ltmain.sh 39 missing 40 py-compile 23 41 src/config.h 24 42 src/config.h.in 25 43 src/stamp-h1 44
Note: See TracChangeset
for help on using the changeset viewer.