diff options
author | Magnus Ahltorp <map@kth.se> | 2015-03-31 17:36:41 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-03-31 17:36:41 +0200 |
commit | 13c3789add4f1630c4bc8dfccb229ebc7d4bfa38 (patch) | |
tree | 91261dcf3047c735207d706862bd9136f003230a /reltool.config | |
parent | 1f9535763a3a5c49728c375988a83897fad48142 (diff) |
Only include relevant files in release
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 2 |
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"}]}, |