From: Pavel Hrdina Date: Wed, 11 Dec 2019 09:19:21 +0000 (+0100) Subject: bootstrap.conf: disable VC ignore files X-Git-Tag: v6.1.0-rc1~468 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a18c6ab55869d3b00cf8c32e0e2262a10c8ce7;p=thirdparty%2Flibvirt.git bootstrap.conf: disable VC ignore files We already ignore most of these files and the .gitignore files as well. Signed-off-by: Pavel Hrdina Reviewed-by: Daniel P. Berrangé --- diff --git a/.gitignore b/.gitignore index 2139d176da..949bd3bc5a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,9 +14,12 @@ /INSTALL /aclocal.m4 /autom4te.cache -/build-aux/.gitignore /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 diff --git a/bootstrap.conf b/bootstrap.conf index 13dd239fd1..5ff3374ded 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -81,6 +81,8 @@ copy=true bootstrap_sync=true +vc_ignore= + # Tell gnulib to: # require LGPLv2+ @@ -95,6 +97,7 @@ gnulib_tool_option_extras="\ --lgpl=2\ --makefile-name=gnulib.mk\ --avoid=pt_chown\ + --no-vc-files\ " local_gl_dir=gnulib/local