diff options
Diffstat (limited to 'aoc2019_gleam/.gitignore')
-rw-r--r-- | aoc2019_gleam/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aoc2019_gleam/.gitignore b/aoc2019_gleam/.gitignore new file mode 100644 index 0000000..599be4e --- /dev/null +++ b/aoc2019_gleam/.gitignore @@ -0,0 +1,4 @@ +*.beam +*.ez +/build +erl_crash.dump |