Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r2d64a24 r22e3ef1  
    140140    ctx.check(header_name='math.h')
    141141    ctx.check(header_name='string.h')
     142    ctx.check(header_name='errno.h')
    142143    ctx.check(header_name='limits.h')
    143144    ctx.check(header_name='stdarg.h')
     
    630631    ctx.excl += ' **/.cache'
    631632    ctx.excl += ' **/**.zip **/**.tar.bz2'
    632     ctx.excl += ' **.tar.bz2'
     633    ctx.excl += ' **.tar.bz2**'
    633634    ctx.excl += ' **/doc/full/* **/doc/web/*'
    634635    ctx.excl += ' **/doc/full.cfg'
     
    642643    ctx.excl += ' **/.DS_Store'
    643644    ctx.excl += ' **/.travis.yml'
    644     ctx.excl += ' **/.landscape.yml'
    645645    ctx.excl += ' **/.appveyor.yml'
    646646    ctx.excl += ' **/.circleci/*'
Note: See TracChangeset for help on using the changeset viewer.