From 703a42a015225f53e1602e50f18b8e7d9401d22d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 22 Nov 2006 08:50:33 +0100 Subject: [PATCH] Bugfix in .gitignore: only exclude ./GNUmakefile. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e497541e9..39b9511f6c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ config.status config.status.lineno config.log *~ -GNUmakefile +./GNUmakefile aclocal.m4 autom4te.cache configure -- 2.39.5