Changeset fcc11e9 for wscript


Ignore:
Timestamp:
Feb 26, 2019, 10:50:39 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
22e3ef1
Parents:
03e9422
Message:

[waf] also exclude signature files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r03e9422 rfcc11e9  
    631631    ctx.excl += ' **/.cache'
    632632    ctx.excl += ' **/**.zip **/**.tar.bz2'
    633     ctx.excl += ' **.tar.bz2'
     633    ctx.excl += ' **.tar.bz2**'
    634634    ctx.excl += ' **/doc/full/* **/doc/web/*'
    635635    ctx.excl += ' **/doc/full.cfg'
Note: See TracChangeset for help on using the changeset viewer.