summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-06-06 21:46:41 +0200
committerDavid Robillard <d@drobilla.net>2019-06-06 22:31:38 +0200
commit8f312b1ae52d45e010062acb0f731d7bd00427fd (patch)
tree7002692602074633a971a4cfc855a09e2b435b6e
parentb92b7168d43cd0a72eceb877254bdd7ec4218b96 (diff)
downloadsuil-8f312b1ae52d45e010062acb0f731d7bd00427fd.tar.gz
suil-8f312b1ae52d45e010062acb0f731d7bd00427fd.tar.bz2
suil-8f312b1ae52d45e010062acb0f731d7bd00427fd.zip
Exclude .gitmodules from distribution
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
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'