Remove waf lock files from dist.
authorCarl Hetherington <cth@carlh.net>
Sat, 28 Jul 2012 00:04:03 +0000 (01:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 28 Jul 2012 00:04:03 +0000 (01:04 +0100)
wscript

diff --git a/wscript b/wscript
index 293ba4100644565f8726363d61a094bbe95e574d..e504dfa171b3d2e065f8e8b174fea5b7f83f0f9d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -128,7 +128,7 @@ def build(bld):
         bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r)
 
 def dist(ctx):
-    ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe'
+    ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe .lock*'
 
 def create_version_cc(version):
     if os.path.exists('.git'):