Changeset fc117d0 for .gitignore


Ignore:
Timestamp:
Feb 11, 2013, 11:06:28 AM (12 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:
050a8f3
Parents:
5314432 (diff), 88fc249 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge from develop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r5314432 rfc117d0  
    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
     
    6930doc/user/
    7031doc/examples/
     32
     33python/*.db
Note: See TracChangeset for help on using the changeset viewer.