diff --git a/.gitignore b/.gitignore index 45f5711d..dda59d1c 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,7 @@ android/project/obj android/project/jni/fwknop/fko.h android/project/jni/libfwknop/*.h android/project/jni/libfwknop/*.c + +# Erlang +erlang/_build +erlang/rebar.lock diff --git a/erlang/rebar.config b/erlang/rebar.config index b22e2496..5f8ef718 100644 --- a/erlang/rebar.config +++ b/erlang/rebar.config @@ -1,5 +1,5 @@ {erl_opts, [debug_info]}. {deps, [ - {pkcs7, {git, "https://github.com/camshaft/pkcs7.erl"}} + {pkcs7, {git, "https://github.com/camshaft/pkcs7.erl"}, {branch, "master"}} ] }.