Changeset f8ee337


Ignore:
Timestamp:
Feb 10, 2013, 3:38:39 AM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

.gitignore: add waf stuff, remove autotools stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r320ce80 rf8ee337  
    1 Makefile.in
    2 Makefile
    3 .deps
    4 .libs
    5 *.lo
    6 *.la
    7 *.o
    8 
    91*.pyc
    102*.~[0-9]~
     
    2214RE:tests/cpp/test-[a-z-_]*$
    2315
    24 # ignore aubio
    25 plugins/puredata/aubio.pd_linux
    26 
    2716# only sgml manpages count
    2817doc/*.1
     
    3221**/callgrind.out.[0-9]*
    3322
    34 # swig and java stuff
    35 **/*.class
    36 java/**/SWIG*.java
    37 java/**/aubio*.java
    38 java/**/midi_*.java
    39 
    4023# waf stuff
    41 .lock-wscript
     24.lock-waf*
     25.waf-*
    4226build/
    43 
    44 # autoreconf -f -i will create these
    45 INSTALL
    46 aclocal.m4
    47 aubio.pc
    48 autom4te.cache/
    49 compile
    50 config.guess
    51 config.log
    52 config.status
    53 config.sub
    54 configure
    55 depcomp
    56 mkinstalldirs
    57 install-sh
    58 libtool
    59 ltmain.sh
    60 missing
    61 py-compile
    62 src/config.h
    63 src/config.h.in
    64 src/config.h.in~
    65 src/stamp-h1
    6627
    6728# doxygen
Note: See TracChangeset for help on using the changeset viewer.