Explorar o código

Add rebar3 tool files and directories (#3178)

* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
Antoine Gagné %!s(int64=5) %!d(string=hai) anos
pai
achega
0d7600fc30
Modificáronse 1 ficheiros con 10 adicións e 3 borrados
  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/