Changeset 677facd for .bzrignore


Ignore:
Timestamp:
Oct 30, 2007, 10:13:09 PM (16 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:
f14d323
Parents:
4aad0dc
Message:

improve .bzrignore, add comments

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
     9RE:examples/[a-z]*
     10
     11# ignore compiled test programs
     12RE:tests/src/test-[a-z-]*$
     13
     14# ignore aubio
    1715plugins/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
     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
     36install-sh
     37libtool
     38ltmain.sh
     39missing
     40py-compile
    2341src/config.h
    2442src/config.h.in
    2543src/stamp-h1
     44
Note: See TracChangeset for help on using the changeset viewer.