diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-22 18:15:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-22 18:15:04 +0000 |
| commit | e3303378742e2a0c9474135915aa8ec61f094d3d (patch) | |
| tree | 1839cc029b2293449f769a558d7148a1c0bf02ca /wscript | |
| parent | 28e309698dd7e08a258e6b050779e7234fc15f17 (diff) | |
Ignore __pycache__ directory.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ def build(bld): bld.add_post_fun(post) def dist(ctx): - ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~' + ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~ __pycache__' def create_version_cc(version): if os.path.exists('.git'): |
