mirror of https://gitee.com/openkylin/libvirt.git
41 lines
506 B
Plaintext
41 lines
506 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/compile
|
|
/build-aux/config.guess
|
|
/build-aux/config.sub
|
|
/build-aux/depcomp
|
|
/build-aux/install-sh
|
|
/build-aux/ltmain.sh
|
|
/build-aux/missing
|
|
/build-aux/test-driver
|
|
/config.h.in
|
|
/config.log
|
|
/configure
|
|
/m4/*
|
|
Makefile.in
|
|
|
|
# git related ignores
|
|
*.rej
|
|
*.orig
|
|
.git-module-status
|
|
|
|
# libvirt related ignores
|
|
/build/
|
|
/ci/scratch/
|
|
tags
|