From 27d69a8899dfd922149afefbfc490923ad9f2e41 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Dec 2018 12:39:33 +0000 Subject: [PATCH] .gitignore: Anchor patterns for files that are only at top level There shouldn't be an aclocal.m4 in any subdirectory, for instance, so there's no need to ignore it. Signed-off-by: Simon McVittie --- .gitignore | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 154e9c3cc..2186edda3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,25 +5,25 @@ *~ /.ccache/ /build-aux/ -config.cache -config.log -config.status -configure +/config.cache +/config.log +/config.status +/configure cscope.out -*.pc -libtool +/*.pc +/libtool /m4/lt*.m4 /m4/libtool.m4 -stamp-h1 -stamp-h -stamp-h.in -Doxyfile +/stamp-h1 +/stamp-h +/stamp-h.in +/Doxyfile Makefile Makefile.in -aclocal.m4 -autom4te.cache -config.h -config.h.in +/aclocal.m4 +/autom4te.cache +/config.h +/config.h.in *.bb *.bbg *.da -- 2.47.3