Преглед изворни кода

Fix order in erts exclusion filter

pull/3/head
Tuncer Ayaz пре 13 година
родитељ
комит
36b6b7a393
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      priv/templates/simplenode.reltool.config

+ 1
- 1
priv/templates/simplenode.reltool.config Прегледај датотеку

@ -19,7 +19,7 @@
{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.*/bin/(dialyzer|typer)", {excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
"^erts.*/(doc|info|man|src|lib|include)"]},
"^erts.*/(doc|info|include|lib|man|src)"]},
{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…
Откажи
Сачувај