From f4ea55034452fc509ed34523288c437e3bc87101 Mon Sep 17 00:00:00 2001 From: Kalervo Kujala Date: Wed, 11 Jan 2012 22:05:36 +0200 Subject: [PATCH 1/2] Clean up .gitignore and add tags to it. --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bb045de3e..e0aa2f5f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -*~ -pdf.pdf -intelisa.pdf -openweb_tm-PRINT.pdf local.mk build/ +tags From 9114af51a1a95abe5689b9957348be5e73fda50f Mon Sep 17 00:00:00 2001 From: Kalervo Kujala Date: Thu, 12 Jan 2012 20:52:26 +0200 Subject: [PATCH 2/2] Revert *~ .gitignore change. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e0aa2f5f2..9b20a7778 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ local.mk build/ tags