mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
* bootstrap (modules): Add gnumakefile and maintainer-makefile. * GNUmakefile: Remove file, now provided by gnulib. * Makefile.maint: Remove. Replaced by maint.mk from gnulib. .gitignore: Add GNUmakefile and maint.mk. * cfg.mk (prev_version_file): Disable this feature. Setting this to /dev/null avoids an otherwise harmless diagnostic.
40 lines
417 B
Plaintext
40 lines
417 B
Plaintext
*.a
|
|
*.o
|
|
*~
|
|
.git
|
|
ABOUT-NLS
|
|
COPYING
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.cache
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.rpath
|
|
config.status
|
|
config.sub
|
|
configure
|
|
coverage
|
|
cscope.files
|
|
cscope.out
|
|
libtool
|
|
libvirt-*.tar.gz
|
|
libvirt.pc
|
|
libvirt.spec
|
|
ltconfig
|
|
ltmain.sh
|
|
mingw32-libvirt.spec
|
|
mkinstalldirs
|
|
results.log
|
|
stamp-h
|
|
stamp-h.in
|
|
stamp-h1
|
|
update.log
|
|
tests/*.log
|
|
/GNUmakefile
|
|
/maint.mk
|