mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-04 20:31:13 +00:00
8a63add283
This reverts commit f2d379e7cb
.
Any tool-related ignores should go to user's global ignore file or the user's
local exclude file which is per-project. See git-config(1) and gitignore(5) for
more details.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Not-Ignored-by: Ján Tomko <jtomko@redhat.com>
27 lines
282 B
Plaintext
27 lines
282 B
Plaintext
# vim related ignores
|
|
*.swp
|
|
.lvimrc
|
|
|
|
# emacs related ignores
|
|
*#*#
|
|
*.#*#
|
|
.#*
|
|
*~
|
|
|
|
# git related ignores
|
|
*.rej
|
|
*.orig
|
|
.git-module-status
|
|
|
|
# python related ignores
|
|
__pycache__/
|
|
|
|
# libvirt related ignores
|
|
/build/
|
|
/ci/scratch/
|
|
tags
|
|
|
|
# clangd related ignores
|
|
.clangd
|
|
compile_commands.json
|