mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
bootstrap.conf: disable VC ignore files
We already ignore most of these files and the .gitignore files as well. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
4aeb0cc4d7
commit
a1a18c6ab5
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user