summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-03-31 17:36:41 +0200
committerMagnus Ahltorp <map@kth.se>2015-03-31 17:36:41 +0200
commit13c3789add4f1630c4bc8dfccb229ebc7d4bfa38 (patch)
tree91261dcf3047c735207d706862bd9136f003230a
parent1f9535763a3a5c49728c375988a83897fad48142 (diff)
Only include relevant files in release
-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"}]},