Explorar el Código

Fix order in erts exclusion filter

pull/3/head
Tuncer Ayaz hace 13 años
padre
commit
36b6b7a393
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      priv/templates/simplenode.reltool.config

+ 1
- 1
priv/templates/simplenode.reltool.config Ver fichero

@ -19,7 +19,7 @@
{incl_cond, exclude},
{excl_archive_filters, [".*"]}, %% Do not archive built libs
{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"]},
{app, sasl, [{incl_cond, include}]},
{app, stdlib, [{incl_cond, include}]},

Cargando…
Cancelar
Guardar