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:36:45 +0200 |
commit | 4d7f337ab74254fb1ddf6390350d0f51e709160f (patch) | |
tree | e98b90bdc20abea617313ef186a9979af727e660 | |
parent | 0622260ab677493128e13a98959f69735e6fdd29 (diff) |
Exclude .gitreleasemanagement2
-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"}]} ]}. |