aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Gagné <AntoineGagne@users.noreply.github.com>2019-09-16 10:12:42 -0400
committerBrendan Forster <brendan@github.com>2019-09-16 11:12:42 -0300
commit0d7600fc30271e84deb4b52b3562ee57a350567b (patch)
tree4da08cf7c25c0e465bdb3b6ad86b682743ca1156
parent0a7dc39616d218e6e081ecf04ab919cc54e0f380 (diff)
downloadgitignore-0d7600fc30271e84deb4b52b3562ee57a350567b.tar.gz
gitignore-0d7600fc30271e84deb4b52b3562ee57a350567b.zip
Add rebar3 tool files and directories (#3178)
* Add rebar3 tool files and directories * Add headers to specify tools artifacts
-rw-r--r--Erlang.gitignore13
1 files changed, 10 insertions, 3 deletions
diff --git a/Erlang.gitignore b/Erlang.gitignore
index 3826c857..751a61d1 100644
--- a/Erlang.gitignore
+++ b/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/