From f0826929de675d04f8cb81afa0f3e7a879984446 Mon Sep 17 00:00:00 2001 From: Niklas Johansson Date: Wed, 31 Oct 2018 19:30:18 +0100 Subject: [PATCH] templates/gitignore ignore emacs temp files emacs creates temp files that ends with tilde (~). These temp files should never be commited. It is therefore safe to ignore them. Signed-off-by: Niklas Johansson --- THANKS | 1 + priv/templates/gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/THANKS b/THANKS index d6e38696..e4bb8720 100644 --- a/THANKS +++ b/THANKS @@ -140,3 +140,4 @@ Heinz N. Gies Roberto Aloi Andrew McRobb Drew Varner +Niklas Johansson diff --git a/priv/templates/gitignore b/priv/templates/gitignore index 40ca6526..f1c45545 100644 --- a/priv/templates/gitignore +++ b/priv/templates/gitignore @@ -16,3 +16,4 @@ _build .idea *.iml rebar3.crashdump +*~