From 13c3789add4f1630c4bc8dfccb229ebc7d4bfa38 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Tue, 31 Mar 2015 17:36:41 +0200 Subject: Only include relevant files in release --- reltool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reltool.config b/reltool.config index e2928a7..31fd1b0 100644 --- a/reltool.config +++ b/reltool.config @@ -10,7 +10,7 @@ catlfish ]}, {boot_rel, "catlfish"}, - {excl_archive_filters, ["^include$","^priv$","^\\.git$"]}, + {incl_app_filters, ["^ebin/", "^priv/", "^src/"]}, {app, catlfish, [{app_file, all}, {lib_dir, "."}]}, {app, plop, [{app_file, all}, {lib_dir, "../plop"}]}, {app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]}, -- cgit v1.1