Explorar el Código

Add rebar3 tool files and directories (#3178)

* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
Antoine Gagné hace 5 años
padre
commit
0d7600fc30
Se han modificado 1 ficheros con 10 adiciones y 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/