summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorNiklas Johansson <raphexion@gmail.com>2018-10-31 19:30:18 +0100
committerNiklas Johansson <raphexion@gmail.com>2018-10-31 19:30:18 +0100
commitf0826929de675d04f8cb81afa0f3e7a879984446 (patch)
tree3a08ce5eb2087354541a20161f3c7f071dd34eb5 /THANKS
parent0f6f1630176da37af5971a6fa51f57c0733f949d (diff)
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 <raphexion@gmail.com>
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index d6e3869..e4bb872 100644
--- a/THANKS
+++ b/THANKS
@@ -140,3 +140,4 @@ Heinz N. Gies
Roberto Aloi
Andrew McRobb
Drew Varner
+Niklas Johansson