mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
4753fd0553
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
45 lines
560 B
Plaintext
45 lines
560 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/
|
|
tags
|