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 | |
| parent | 28e309698dd7e08a258e6b050779e7234fc15f17 (diff) | |
Ignore __pycache__ directory.
| -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'): |
