summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-22 18:15:04 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-22 18:15:04 +0000
commite3303378742e2a0c9474135915aa8ec61f094d3d (patch)
tree1839cc029b2293449f769a558d7148a1c0bf02ca /wscript
parent28e309698dd7e08a258e6b050779e7234fc15f17 (diff)
Ignore __pycache__ directory.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d6c770ba..e3d209ae 100644
--- a/wscript
+++ b/wscript
@@ -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'):