Exclude some stuff from dist.
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Jul 2012 00:08:50 +0000 (01:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Jul 2012 00:08:50 +0000 (01:08 +0100)
wscript

diff --git a/wscript b/wscript
index faf3ca2ee319c9859eae4230e1081553facb31ff..7bb264cf3cc1a8abefca93d3f22f93e81ebefa17 100644 (file)
--- a/wscript
+++ b/wscript
@@ -35,3 +35,5 @@ def build(bld):
     bld.recurse('test')
     bld.recurse('asdcplib')
 
+def dist(ctx):
+    ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~'