summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reltool.config2
1 files changed, 1 insertions, 1 deletions
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"}]},