mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
a1a18c6ab5
We already ignore most of these files and the .gitignore files as well. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
46 lines
584 B
Plaintext
46 lines
584 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
|
|
|
|
# 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
|