From 4699680995fc08c88b0069688cbfab99e32ba371 Mon Sep 17 00:00:00 2001 Message-Id: <4699680995fc08c88b0069688cbfab99e32ba371.1718912759.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 5 Sep 2019 14:07:04 +0100 Subject: [PATCH] .gitignore: Autotools cruft has now moved below `config/'. Organization: Straylight/Edgeware From: Mark Wooding This happened in 4688add4e314f3c3c6092950e7bee28307be672c, which was badly bungled. More fixes on their way. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ace392..3b997da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,4 @@ /aclocal.m4 /autom4te.cache /configure -/depcomp -/install-sh -/missing +/config/ -- [mdw]