From 6b4d2170c7630cc50a72235e9e5fa56617521046 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Mon, 22 Sep 2014 10:15:50 +0200 Subject: Exclude .git --- reltool.config | 1 + 1 file changed, 1 insertion(+) 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"}]} ]}. -- cgit v1.1