diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-18 01:08:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-18 01:08:50 +0100 |
| commit | 6c35970a6f6b802bb3765e7598c7ad70d3dd48a3 (patch) | |
| tree | 7fa83ce2324631af99ba9e894c6f7e188fd109b2 /wscript | |
| parent | 4de6f6e4f4df4cc9b28b98188d36082b26e81345 (diff) | |
Exclude some stuff from dist.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/*~' |
