From fd273713af72e0f45b9b63b915432f63fe84bb52 Mon Sep 17 00:00:00 2001 From: Chow Loong Jin Date: Mon, 26 Jan 2015 10:46:29 +0800 Subject: [PATCH] Exclude *~ in all directories, not just / --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aeaec0f..b25c15b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/*~ +*~