@ -1,19 +1,29 @@ | |||||
.rebar3 | |||||
_* | |||||
.eunit | .eunit | ||||
*.o | *.o | ||||
*.beam | *.beam | ||||
*.plt | *.plt | ||||
*.swp | |||||
*.swo | |||||
.erlang.cookie | |||||
ebin | |||||
log | |||||
erl_crash.dump | erl_crash.dump | ||||
.concrete/DEV_MODE | |||||
# rebar 2.x | |||||
.rebar | .rebar | ||||
logs | |||||
_build | |||||
rel/example_project | |||||
ebin/* | |||||
deps | |||||
# rebar 3 | |||||
.rebar3 | |||||
_build/ | |||||
_checkouts/ | |||||
rebar.lock | |||||
# idea | |||||
.idea | .idea | ||||
*.iml | *.iml | ||||
rebar3.crashdump | |||||
*~ | |||||
cmake-build* | |||||
CMakeLists.txt | |||||
# nif compile temp file | |||||
*.pdb | |||||
*.d | |||||
compile_commands.json |