Changeset 3388e1a


Ignore:
Timestamp:
Dec 16, 2016, 12:55:24 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
a9516b3
Parents:
9682d9d
Message:

wscript: also exclude waf files with python3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r9682d9d r3388e1a  
    450450
    451451def dist(ctx):
    452     ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*'
     452    ctx.excl  = ' **/.waf* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*'
    453453    ctx.excl += ' **/build/*'
    454454    ctx.excl += ' doc/_build'
Note: See TracChangeset for help on using the changeset viewer.