mirror of https://gitee.com/openkylin/libvirt.git
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
|