diff options
author | Rhys Powell <rhys@rpowell.me> | 2016-10-12 11:36:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 11:36:46 +1100 |
commit | 2d39231149063e67436933e5ff44273ae4093321 (patch) | |
tree | 1cd104b34536892e08a3a5397ec6fbb6d87b0887 /Elixir.gitignore | |
parent | abad92dac5a4306f72242dae3bca6e277bce3615 (diff) | |
download | gitignore-2d39231149063e67436933e5ff44273ae4093321.tar.gz gitignore-2d39231149063e67436933e5ff44273ae4093321.zip |
Update Elixir.gitignore
This should really ignore compiled .beam files as well
Diffstat (limited to 'Elixir.gitignore')
-rw-r--r-- | Elixir.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |