Преглед изворни кода

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 година
родитељ
комит
0d7600fc30
1 измењених фајлова са 10 додато и 3 уклоњено
  1. 10
    3
      Erlang.gitignore

+ 10
- 3
Erlang.gitignore Прегледај датотеку

@@ -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…
Откажи
Сачувај