[libvirt] [PATCH v2 06/12] bootstrap.conf: disable VC ignore files

Pavel Hrdina phrdina at redhat.com
Thu Jan 9 14:53:16 UTC 2020


We already ignore most of these files and the .gitignore files as well.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 .gitignore     | 5 ++++-
 bootstrap.conf | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

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 5e2e7b1310..43f762da1e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -131,6 +131,8 @@ copy=true
 
 bootstrap_sync=true
 
+vc_ignore=
+
 
 # Tell gnulib to:
 #   require LGPLv2+
@@ -145,6 +147,7 @@ gnulib_tool_option_extras="\
  --lgpl=2\
  --makefile-name=gnulib.mk\
  --avoid=pt_chown\
+ --no-vc-files\
 "
 local_gl_dir=gnulib/local
 
-- 
2.24.1




More information about the libvir-list mailing list