mirror of
https://github.com/github/gitignore
synced 2024-11-04 19:08:52 +01:00
0d7600fc30
* Add rebar3 tool files and directories * Add headers to specify tools artifacts
18 lines
154 B
Plaintext
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/
|