Changeset 2f16966 for wscript


Ignore:
Timestamp:
Jun 29, 2019, 2:27:35 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/crepe_org, fix/ffmpeg5, master
Children:
c37bc19
Parents:
3d73183 (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/debugmode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r3d73183 r2f16966  
    634634    ctx.excl += ' **/.cache'
    635635    ctx.excl += ' **/**.zip **/**.tar.bz2'
    636     ctx.excl += ' **.tar.bz2'
     636    ctx.excl += ' **.tar.bz2**'
    637637    ctx.excl += ' **/doc/full/* **/doc/web/*'
    638638    ctx.excl += ' **/doc/full.cfg'
     
    646646    ctx.excl += ' **/.DS_Store'
    647647    ctx.excl += ' **/.travis.yml'
    648     ctx.excl += ' **/.landscape.yml'
    649648    ctx.excl += ' **/.appveyor.yml'
    650649    ctx.excl += ' **/.circleci/*'
Note: See TracChangeset for help on using the changeset viewer.