diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-22 10:15:50 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-09-22 11:59:49 +0200 |
commit | c1f331d10466698b1673ac8ba74e6f5ba8292a20 (patch) | |
tree | 2bc7c3823ff84eecb229d9fa11a151caced1f7e5 /reltool.config | |
parent | 01e20019fa481190a0ac90622d95f214bb7ca755 (diff) |
Exclude .git
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reltool.config b/reltool.config index c0e1b2c..be13fa9 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"}]} ]}. |