diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,4 +9,4 @@ src/version.cc src/lut.cc src/lut.h *.pyc - +__pycache__ @@ -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'): |
