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