Ignore global tags files on dist.
authorCarl Hetherington <cth@carlh.net>
Sat, 16 Feb 2013 16:10:27 +0000 (16:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Feb 2013 16:10:27 +0000 (16:10 +0000)
wscript

diff --git a/wscript b/wscript
index ddc333fab45a8043a572c921891242b6a9790195..07519f75653a822e1bfc5950d9724b1a27d188ef 100644 (file)
--- a/wscript
+++ b/wscript
@@ -111,7 +111,7 @@ def build(bld):
     bld.add_post_fun(post)
 
 def dist(ctx):
-    ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~ __pycache__'
+    ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~ __pycache__ GPATH GRTAGS GSYMS GTAGS'
 
 def create_version_cc(bld, version):
     if os.path.exists('.git'):