aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHJ <thechairman@thechairman.info>2021-12-12 16:04:25 -0500
committerHJ <thechairman@thechairman.info>2021-12-12 16:04:25 -0500
commit86501cf1748971a08e9a2f4e5b4413a273f33535 (patch)
treeec591791212d82fcc4472b82379b43ebd7f2254b /.gitignore
parent8dd39d0db3c4a35686aef55eda2f97a08b4cc448 (diff)
downloadgleam_aoc-86501cf1748971a08e9a2f4e5b4413a273f33535.tar.gz
gleam_aoc-86501cf1748971a08e9a2f4e5b4413a273f33535.zip
day 12 done
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a9ebf66..9a17e3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.elixir_ls/*
.cache/*
+compiled/*
*.bak
input \ No newline at end of file