mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 15:52:55 +00:00
8a63add283
This reverts commit f2d379e7cb802f922409c35e4831ee52a2162486. 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
|