mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
b98f90cf91
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
55 lines
878 B
Plaintext
55 lines
878 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
|
|
!/gnulib/tests/Makefile.am
|
|
*.rej
|
|
*~
|
|
/gnulib/lib/*
|
|
/gnulib/m4/*
|
|
/gnulib/tests/*
|
|
|
|
# git related ignores
|
|
*.orig
|
|
.git-module-status
|
|
|
|
# libvirt related ignores
|
|
/build/
|
|
/ci/scratch/
|
|
/src/admin/admin_client.h
|
|
/src/admin/admin_server_dispatch_stubs.h
|
|
/src/esx/*.generated.*
|
|
/src/hyperv/*.generated.*
|
|
/src/locking/lock_daemon_dispatch_stubs.h
|
|
/src/logging/log_daemon_dispatch_stubs.h
|
|
/src/lxc/lxc_controller_dispatch.h
|
|
/src/lxc/lxc_monitor_dispatch.h
|
|
/src/remote/*_client_bodies.h
|
|
/src/remote/*_stubs.h
|
|
tags
|