From 2d39231149063e67436933e5ff44273ae4093321 Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Wed, 12 Oct 2016 11:36:46 +1100 Subject: [PATCH] Update Elixir.gitignore This should really ignore compiled .beam files as well --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index 755b6055..ac67aaf3 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -3,3 +3,4 @@ /deps erl_crash.dump *.ez +*.beam