Changeset b4d1ba1


Ignore:
Timestamp:
Oct 15, 2013, 11:52:52 PM (10 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:
8f86f0e
Parents:
735a739
Message:

wscript: improve dist target

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r735a739 rb4d1ba1  
    3636python/*.db
    3737python/*.wav
     38
     39aubio-*.tar.bz2
  • wscript

    r735a739 rb4d1ba1  
    246246          msg ='   Paul Brossier <piem@aubio.org>'
    247247          Logs.pprint('RED', msg)
     248
     249
     250def dist(ctx):
     251    ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*'
     252    ctx.excl += ' **/build/*'
     253    ctx.excl += ' **/python/gen **/python/build **/python/dist **/**.tar.bz2'
     254    ctx.excl += ' **/doc/full/*'
     255    ctx.excl += ' **/python/*.db'
     256    ctx.excl += ' **/python.old/*'
Note: See TracChangeset for help on using the changeset viewer.