2019-10-24 08:26:12 +00:00
|
|
|
# vim related ignores
|
|
|
|
*.swp
|
|
|
|
.lvimrc
|
|
|
|
|
|
|
|
# emacs related ignores
|
2010-02-23 00:01:34 +00:00
|
|
|
*#*#
|
|
|
|
*.#*#
|
2012-10-26 12:39:55 +00:00
|
|
|
.#*
|
2019-10-24 08:26:12 +00:00
|
|
|
|
|
|
|
# autotools related ignores
|
|
|
|
!/m4/virt-*.m4
|
|
|
|
*.cov
|
2012-10-12 23:50:19 +00:00
|
|
|
/AUTHORS
|
2010-11-16 19:29:09 +00:00
|
|
|
/INSTALL
|
|
|
|
/aclocal.m4
|
|
|
|
/autom4te.cache
|
2019-10-02 16:04:31 +00:00
|
|
|
/build-aux/.gitignore
|
|
|
|
/build-aux/compile
|
|
|
|
/build-aux/depcomp
|
|
|
|
/build-aux/missing
|
|
|
|
/build-aux/test-driver
|
2010-11-16 19:29:09 +00:00
|
|
|
/config.h.in
|
|
|
|
/config.log
|
|
|
|
/configure
|
2019-10-24 08:26:12 +00:00
|
|
|
/m4/*
|
|
|
|
Makefile.in
|
|
|
|
|
|
|
|
# gnulib related ignores
|
|
|
|
!/gnulib/lib/Makefile.am
|
|
|
|
!/gnulib/tests/Makefile.am
|
|
|
|
*.rej
|
|
|
|
*~
|
2011-07-28 12:55:21 +00:00
|
|
|
/gnulib/lib/*
|
|
|
|
/gnulib/m4/*
|
|
|
|
/gnulib/tests/*
|
2019-10-24 08:26:12 +00:00
|
|
|
|
|
|
|
# git related ignores
|
|
|
|
*.orig
|
|
|
|
.git-module-status
|
|
|
|
|
|
|
|
# libvirt related ignores
|
|
|
|
/build/
|
|
|
|
/ci/scratch/
|
2011-07-13 15:05:19 +00:00
|
|
|
/src/hyperv/*.generated.*
|
2012-08-03 09:27:07 +00:00
|
|
|
/src/locking/lock_daemon_dispatch_stubs.h
|
2015-02-09 16:35:05 +00:00
|
|
|
/src/logging/log_daemon_dispatch_stubs.h
|
2012-07-17 14:54:08 +00:00
|
|
|
/src/lxc/lxc_controller_dispatch.h
|
|
|
|
/src/lxc/lxc_monitor_dispatch.h
|
2011-05-06 13:11:32 +00:00
|
|
|
/src/remote/*_client_bodies.h
|
2018-02-20 13:16:28 +00:00
|
|
|
/src/remote/*_stubs.h
|
2012-10-31 15:47:34 +00:00
|
|
|
tags
|