From: Pavel Hrdina Date: Wed, 1 Jul 2020 13:55:08 +0000 (+0200) Subject: meson: now we can drop all autoconf related gitignore lines X-Git-Tag: v6.7.0-rc1~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5d771d1747ab00235f392baa559b9b00b16f35;p=thirdparty%2Flibvirt.git meson: now we can drop all autoconf related gitignore lines Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa Reviewed-by: Neal Gompa --- diff --git a/.gitignore b/.gitignore index 6c167e423b..405dacb777 100644 --- a/.gitignore +++ b/.gitignore @@ -8,27 +8,6 @@ .#* *~ -# autotools related ignores -!/m4/virt-*.m4 -*.cov -/AUTHORS -/INSTALL -/aclocal.m4 -/autom4te.cache -/build-aux/compile -/build-aux/config.guess -/build-aux/config.sub -/build-aux/depcomp -/build-aux/install-sh -/build-aux/ltmain.sh -/build-aux/missing -/build-aux/test-driver -/config.h.in -/config.log -/configure -/m4/* -Makefile.in - # git related ignores *.rej *.orig