From: Simon McVittie Date: Fri, 14 Dec 2018 12:39:33 +0000 (+0000) Subject: .gitignore: Anchor patterns for files that are only at top level X-Git-Tag: dbus-1.13.10~37^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27d69a8899dfd922149afefbfc490923ad9f2e41;p=thirdparty%2Fdbus.git .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 --- 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