Browse Source

Add rebar3 tool files and directories (#3178)

* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
pull/2994/head^2
Antoine Gagné 4 years ago
parent
commit
0d7600fc30
1 changed files with 10 additions and 3 deletions
  1. 10
    3
      Erlang.gitignore

+ 10
- 3
Erlang.gitignore View File

@@ -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…
Cancel
Save