mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Simplify excl_sys_filters
This commit is contained in:
parent
2a5320fbd6
commit
878dc8ccf7
1 changed files with 2 additions and 4 deletions
|
@ -18,10 +18,8 @@
|
||||||
{profile, embedded},
|
{profile, embedded},
|
||||||
{incl_cond, exclude},
|
{incl_cond, exclude},
|
||||||
{excl_archive_filters, [".*"]}, %% Do not archive built libs
|
{excl_archive_filters, [".*"]}, %% Do not archive built libs
|
||||||
{excl_sys_filters, ["^bin/.*", "^erts.*/doc", "^erts.*/src",
|
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
|
||||||
"^erts.*/info", "^erts.*/man",
|
"^erts.*/(doc|info|man|src|lib|include)"]},
|
||||||
"^erts.*/lib", "^erts.*/include",
|
|
||||||
"^erts.*/bin/(dialyzer|typer)"]},
|
|
||||||
{excl_app_filters, ["\.gitignore"]},
|
{excl_app_filters, ["\.gitignore"]},
|
||||||
{app, sasl, [{incl_cond, include}]},
|
{app, sasl, [{incl_cond, include}]},
|
||||||
{app, stdlib, [{incl_cond, include}]},
|
{app, stdlib, [{incl_cond, include}]},
|
||||||
|
|
Loading…
Reference in a new issue