aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 18 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fb41d48..abae45c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,27 @@
+# Inputs
*.txt
+# 2019
+_build/
+cover/
+deps/
+doc/
+.fetch
+erl_crash.dump
+*.ez
+aoc_2019_elixir-*.tar
+tmp/
+
+
+# 2020
+*.beam
+build/
+erl_crash.dump
+
# 2021
.idea
*.iml
.gradle
-build
# 2022
.vs/