From b798bfe6c14e1c6002a798f64c819626cb3f3436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 26 Mar 2012 21:56:40 +0100 Subject: [PATCH] .gitignore: add *~ Also removed another rule replaced by this rule. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5269c30d8..f6c77cea0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.la *.lo *.o +*~ /*.config /*.creator /*.creator.user @@ -16,7 +17,6 @@ /config.guess /config.h /config.h.in -/config.h.in~ /config.log /config.status /config.status.lineno -- GitLab