Changeset f8ee337
- Timestamp:
- Feb 10, 2013, 3:38:39 AM (12 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:
- 944c7e1
- Parents:
- 320ce80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r320ce80 rf8ee337 1 Makefile.in2 Makefile3 .deps4 .libs5 *.lo6 *.la7 *.o8 9 1 *.pyc 10 2 *.~[0-9]~ … … 22 14 RE:tests/cpp/test-[a-z-_]*$ 23 15 24 # ignore aubio25 plugins/puredata/aubio.pd_linux26 27 16 # only sgml manpages count 28 17 doc/*.1 … … 32 21 **/callgrind.out.[0-9]* 33 22 34 # swig and java stuff35 **/*.class36 java/**/SWIG*.java37 java/**/aubio*.java38 java/**/midi_*.java39 40 23 # waf stuff 41 .lock-wscript 24 .lock-waf* 25 .waf-* 42 26 build/ 43 44 # autoreconf -f -i will create these45 INSTALL46 aclocal.m447 aubio.pc48 autom4te.cache/49 compile50 config.guess51 config.log52 config.status53 config.sub54 configure55 depcomp56 mkinstalldirs57 install-sh58 libtool59 ltmain.sh60 missing61 py-compile62 src/config.h63 src/config.h.in64 src/config.h.in~65 src/stamp-h166 27 67 28 # doxygen
Note: See TracChangeset
for help on using the changeset viewer.