mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
6739736786
Unfortunately running Python scripts causes this directory to be created in the *source* tree, and there doesn't seem to be a way to prevent that from happening. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Erik Skultety <eskultet@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
|