diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-16 16:10:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-16 16:10:27 +0000 |
| commit | 7d431bf964b377f1402174f8c2d1ac8731f0ed9f (patch) | |
| tree | 8ab10b5001c1aedf60ea4e213ac72747594492d2 /wscript | |
| parent | f4848302d0d62284e318bcd4ebff991f4cb2c225 (diff) | |
Ignore global tags files on dist.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'): |
