- Timestamp:
- Jun 29, 2019, 2:27:35 PM (6 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r3d73183 r2f16966 634 634 ctx.excl += ' **/.cache' 635 635 ctx.excl += ' **/**.zip **/**.tar.bz2' 636 ctx.excl += ' **.tar.bz2 '636 ctx.excl += ' **.tar.bz2**' 637 637 ctx.excl += ' **/doc/full/* **/doc/web/*' 638 638 ctx.excl += ' **/doc/full.cfg' … … 646 646 ctx.excl += ' **/.DS_Store' 647 647 ctx.excl += ' **/.travis.yml' 648 ctx.excl += ' **/.landscape.yml'649 648 ctx.excl += ' **/.appveyor.yml' 650 649 ctx.excl += ' **/.circleci/*'
Note: See TracChangeset
for help on using the changeset viewer.