mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03: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
|
/INSTALL
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/build-aux/.gitignore
|
|
||||||
/build-aux/compile
|
/build-aux/compile
|
||||||
|
/build-aux/config.guess
|
||||||
|
/build-aux/config.sub
|
||||||
/build-aux/depcomp
|
/build-aux/depcomp
|
||||||
|
/build-aux/install-sh
|
||||||
|
/build-aux/ltmain.sh
|
||||||
/build-aux/missing
|
/build-aux/missing
|
||||||
/build-aux/test-driver
|
/build-aux/test-driver
|
||||||
/config.h.in
|
/config.h.in
|
||||||
|
@ -81,6 +81,8 @@ copy=true
|
|||||||
|
|
||||||
bootstrap_sync=true
|
bootstrap_sync=true
|
||||||
|
|
||||||
|
vc_ignore=
|
||||||
|
|
||||||
|
|
||||||
# Tell gnulib to:
|
# Tell gnulib to:
|
||||||
# require LGPLv2+
|
# require LGPLv2+
|
||||||
@ -95,6 +97,7 @@ gnulib_tool_option_extras="\
|
|||||||
--lgpl=2\
|
--lgpl=2\
|
||||||
--makefile-name=gnulib.mk\
|
--makefile-name=gnulib.mk\
|
||||||
--avoid=pt_chown\
|
--avoid=pt_chown\
|
||||||
|
--no-vc-files\
|
||||||
"
|
"
|
||||||
local_gl_dir=gnulib/local
|
local_gl_dir=gnulib/local
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user