From fda1088c12c9df71f6478dc999f10f1d0e444d84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Jun 2019 22:42:22 +0200 Subject: Exclude .gitmodules from distribution --- wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index ea9aed7..ca8860d 100644 --- a/wscript +++ b/wscript @@ -275,3 +275,7 @@ def posts(ctx): { 'Author' : 'drobilla', 'Tags' : 'Hacking, LAD, LV2, Jalv' }, os.path.join(out, 'posts')) + +def dist(ctx): + ctx.base_path = ctx.path + ctx.excl = ctx.get_excl() + ' .gitmodules' -- cgit v1.2.1