mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
b030f47e0f
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
24 lines
243 B
Plaintext
24 lines
243 B
Plaintext
# vim related ignores
|
|
*.swp
|
|
.lvimrc
|
|
|
|
# emacs related ignores
|
|
*#*#
|
|
*.#*#
|
|
.#*
|
|
*~
|
|
|
|
# git related ignores
|
|
*.rej
|
|
*.orig
|
|
.git-module-status
|
|
|
|
# libvirt related ignores
|
|
/build/
|
|
/ci/scratch/
|
|
tags
|
|
|
|
# clangd related ignores
|
|
.clangd
|
|
compile_commands.json
|