diff options
author | David Robillard <d@drobilla.net> | 2019-06-06 22:42:22 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-06-06 22:45:20 +0200 |
commit | fda1088c12c9df71f6478dc999f10f1d0e444d84 (patch) | |
tree | e48c64a1859761293d67037d7684dbadc1823f37 | |
parent | dd0b7a5e42db33321a0e32ee4c417b86c7570d4c (diff) | |
download | jalv-fda1088c12c9df71f6478dc999f10f1d0e444d84.tar.gz jalv-fda1088c12c9df71f6478dc999f10f1d0e444d84.tar.bz2 jalv-fda1088c12c9df71f6478dc999f10f1d0e444d84.zip |
Exclude .gitmodules from distribution
-rw-r--r-- | wscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |