aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/deps.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/deps.mk b/core/deps.mk
index f54d972..68430bc 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -146,6 +146,8 @@ define dep_autopatch_rebar.erl
Escape = fun (Text) ->
re:replace(Text, "\\\\$$$$", "\$$$$$$$$", [global, {return, list}])
end,
+ Write("IGNORE_DEPS = edown eper eunit_formatters meck "
+ "rebar_lock_deps_plugin rebar_vsn_plugin reltool_util\n\n"),
fun() ->
Write("ERLC_OPTS = +debug_info\n"),
case lists:keyfind(erl_opts, 1, Conf) of