aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-06-06 22:42:22 +0200
committerDavid Robillard <d@drobilla.net>2019-06-06 22:45:20 +0200
commitfda1088c12c9df71f6478dc999f10f1d0e444d84 (patch)
treee48c64a1859761293d67037d7684dbadc1823f37
parentdd0b7a5e42db33321a0e32ee4c417b86c7570d4c (diff)
downloadjalv-fda1088c12c9df71f6478dc999f10f1d0e444d84.tar.gz
jalv-fda1088c12c9df71f6478dc999f10f1d0e444d84.tar.bz2
jalv-fda1088c12c9df71f6478dc999f10f1d0e444d84.zip
Exclude .gitmodules from distribution
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
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'