diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27bdf03 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +build_and_cover.sh +Mnesia.nonode@nohost/ +rebar3.crashdump +.DS_Store +.rebar3 +rebar.lock +_* +.eunit +*.o +*.beam +*.plt +*.swp +*.swo +.erlang.cookie +ebin +log +erl_crash.dump +.rebar +logs +_build |