Changeset b1ed6ce for wscript


Ignore:
Timestamp:
Jun 29, 2019, 2:45:48 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/crepe_org, fix/ffmpeg5, master
Children:
63fc1df
Parents:
982629c (diff), 2244f00 (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 branch 'master' into feature/quietmode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r982629c rb1ed6ce  
    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'
     
    643643    ctx.excl += ' **/.DS_Store'
    644644    ctx.excl += ' **/.travis.yml'
    645     ctx.excl += ' **/.landscape.yml'
    646645    ctx.excl += ' **/.appveyor.yml'
    647646    ctx.excl += ' **/.circleci/*'
Note: See TracChangeset for help on using the changeset viewer.