1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
gitignore/Erlang.gitignore
Antoine Gagné 0d7600fc30 Add rebar3 tool files and directories (#3178)
* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
2019-09-16 11:12:42 -03:00

18 lines
154 B
Plaintext

.eunit
*.o
*.beam
*.plt
erl_crash.dump
.concrete/DEV_MODE
# rebar 2.x
.rebar
rel/example_project
ebin/*.beam
deps
# rebar 3
.rebar3
_build/
_checkouts/