mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
71d3098e59
We are in process of removing gnulib and adopting meson as our build system. In order to help with the transition let's drop gnulib tests. This will also help with the fact that before we will be able to drop gnulib completely we will store output of bootstrap in git. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
43 lines
517 B
Plaintext
43 lines
517 B
Plaintext
# vim related ignores
|
|
*.swp
|
|
.lvimrc
|
|
|
|
# emacs related ignores
|
|
*#*#
|
|
*.#*#
|
|
.#*
|
|
|
|
# autotools related ignores
|
|
!/m4/virt-*.m4
|
|
*.cov
|
|
/AUTHORS
|
|
/INSTALL
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/build-aux/.gitignore
|
|
/build-aux/compile
|
|
/build-aux/depcomp
|
|
/build-aux/missing
|
|
/build-aux/test-driver
|
|
/config.h.in
|
|
/config.log
|
|
/configure
|
|
/m4/*
|
|
Makefile.in
|
|
|
|
# gnulib related ignores
|
|
!/gnulib/lib/Makefile.am
|
|
*.rej
|
|
*~
|
|
/gnulib/lib/*
|
|
/gnulib/m4/*
|
|
|
|
# git related ignores
|
|
*.orig
|
|
.git-module-status
|
|
|
|
# libvirt related ignores
|
|
/build/
|
|
/ci/scratch/
|
|
tags
|