Ver código fonte

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 anos atrás
pai
commit
0d7600fc30
1 arquivos alterados com 10 adições e 3 exclusões
  1. 10
    3
      Erlang.gitignore

+ 10
- 3
Erlang.gitignore Ver arquivo

@@ -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/

Carregando…
Cancelar
Salvar