From 0b3df692a2a00199692d72ede064821bc9bf5935 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Thu, 22 Sep 2011 09:13:09 +0100 Subject: [PATCH] Should now ignore *~ files --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eb8e985..63a685e 100644 --- a/.gitignore +++ b/.gitignore @@ -34,9 +34,9 @@ pkg #tmtags # For emacs: -#*~ -#\#* -#.\#* +*~ +\#* +.\#* # For vim: #*.swp -- 2.34.1