mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
Add rebar3 tool files and directories (#3178)
* Add rebar3 tool files and directories * Add headers to specify tools artifacts
This commit is contained in:
parent
0a7dc39616
commit
0d7600fc30
@ -1,10 +1,17 @@
|
||||
.eunit
|
||||
deps
|
||||
*.o
|
||||
*.beam
|
||||
*.plt
|
||||
erl_crash.dump
|
||||
ebin/*.beam
|
||||
rel/example_project
|
||||
.concrete/DEV_MODE
|
||||
|
||||
# rebar 2.x
|
||||
.rebar
|
||||
rel/example_project
|
||||
ebin/*.beam
|
||||
deps
|
||||
|
||||
# rebar 3
|
||||
.rebar3
|
||||
_build/
|
||||
_checkouts/
|
||||
|
Loading…
Reference in New Issue
Block a user