From e53bc948a5932805be4b0d29f1d809f7d5938cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Thu, 27 Feb 2014 21:26:17 -0800 Subject: Ignore content files ending in ~ Also add *~ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index df079f250..297d8d815 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ hugo.exe *.swp *.swo .DS_Store +*~ -- cgit v1.2.3