Ignore __pycache__ directory.
authorCarl Hetherington <cth@carlh.net>
Sat, 22 Dec 2012 18:15:04 +0000 (18:15 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 22 Dec 2012 18:15:04 +0000 (18:15 +0000)
.gitignore
wscript

index a62199ae5854bfb4a6eb5dc3b35ee0b8f22bf8db..d2f3347768bc63f1ccf299dede2d5862146529c7 100644 (file)
@@ -9,4 +9,4 @@ src/version.cc
 src/lut.cc
 src/lut.h
 *.pyc
-
+__pycache__
diff --git a/wscript b/wscript
index d6c770bae5b711bb41c20c9291d2a369585d3bc3..e3d209aef13894e7d2265a8d34c0093fb7e0e32e 100644 (file)
--- 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'):