diff --git a/.gitignore b/.gitignore index 615cc67..b627efa 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ erl_crash.dump logs _build deps +__checkouts +_checkouts \ No newline at end of file diff --git a/rebar.config b/rebar.config index b1b0f26..8018cdb 100644 --- a/rebar.config +++ b/rebar.config @@ -5,3 +5,5 @@ [{"linux", compile, "make -C c_src"}]}. {post_hooks, [{"linux", clean, "make -C c_src clean"}]}. + +{plugins, [{rebar3_archive_plugin, "0.0.1"}]}. \ No newline at end of file