diff options
author | David Robillard <d@drobilla.net> | 2019-06-06 21:46:41 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-06-06 22:31:38 +0200 |
commit | 8f312b1ae52d45e010062acb0f731d7bd00427fd (patch) | |
tree | 7002692602074633a971a4cfc855a09e2b435b6e /wscript | |
parent | b92b7168d43cd0a72eceb877254bdd7ec4218b96 (diff) | |
download | suil-8f312b1ae52d45e010062acb0f731d7bd00427fd.tar.gz suil-8f312b1ae52d45e010062acb0f731d7bd00427fd.tar.bz2 suil-8f312b1ae52d45e010062acb0f731d7bd00427fd.zip |
Exclude .gitmodules from distribution
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |