diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-22 10:15:50 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-09-22 10:15:50 +0200 |
commit | 6b4d2170c7630cc50a72235e9e5fa56617521046 (patch) | |
tree | e98b90bdc20abea617313ef186a9979af727e660 | |
parent | 021f406a0f4056c52a16bfa11d84972e005ab7a6 (diff) |
Exclude .gitreleasemanagement
-rw-r--r-- | reltool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reltool.config b/reltool.config index 1f7297e..35100c2 100644 --- a/reltool.config +++ b/reltool.config @@ -11,6 +11,7 @@ catlfish ]}, {boot_rel, "catlfish"}, + {excl_archive_filters, ["^include$","^priv$","^\\.git$"]}, {app, catlfish, [{app_file, all}]} %% {app, plop, [{mod_cond, app}, {incl_cond, include}, {lib_dir, "../plop"}]} ]}. |