summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a62199ae..d2f33477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,4 @@ src/version.cc
src/lut.cc
src/lut.h
*.pyc
-
+__pycache__
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'):