Changeset a4afbac


Ignore:
Timestamp:
Nov 4, 2018, 10:09:35 PM (5 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
Children:
450c57e
Parents:
00ccf47
Message:

[waf] avoid shipping generated files in tarball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r00ccf47 ra4afbac  
    609609    ctx.excl += ' **/python/lib/aubio/_aubio.so'
    610610    ctx.excl += ' **.egg-info'
     611    ctx.excl += ' **/.eggs'
     612    ctx.excl += ' **/.pytest_cache'
     613    ctx.excl += ' **/.cache'
    611614    ctx.excl += ' **/**.zip **/**.tar.bz2'
    612615    ctx.excl += ' **.tar.bz2'
Note: See TracChangeset for help on using the changeset viewer.