From f0826929de675d04f8cb81afa0f3e7a879984446 Mon Sep 17 00:00:00 2001 From: Niklas Johansson Date: Wed, 31 Oct 2018 19:30:18 +0100 Subject: 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 --- priv/templates/gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'priv/templates/gitignore') diff --git a/priv/templates/gitignore b/priv/templates/gitignore index 40ca652..f1c4554 100644 --- a/priv/templates/gitignore +++ b/priv/templates/gitignore @@ -16,3 +16,4 @@ _build .idea *.iml rebar3.crashdump +*~ -- cgit v1.1