2019-10-24 16:26:12 +08:00
|
|
|
# vim related ignores
|
|
|
|
*.swp
|
|
|
|
.lvimrc
|
|
|
|
|
|
|
|
# emacs related ignores
|
2010-02-23 08:01:34 +08:00
|
|
|
*#*#
|
|
|
|
*.#*#
|
2012-10-26 20:39:55 +08:00
|
|
|
.#*
|
2020-01-18 00:00:27 +08:00
|
|
|
*~
|
2019-10-24 16:26:12 +08:00
|
|
|
|
|
|
|
# git related ignores
|
2020-01-18 00:00:27 +08:00
|
|
|
*.rej
|
2019-10-24 16:26:12 +08:00
|
|
|
*.orig
|
|
|
|
.git-module-status
|
|
|
|
|
2021-03-19 21:27:28 +08:00
|
|
|
# python related ignores
|
|
|
|
__pycache__/
|
|
|
|
|
2019-10-24 16:26:12 +08:00
|
|
|
# libvirt related ignores
|
|
|
|
/build/
|
|
|
|
/ci/scratch/
|
2012-10-31 23:47:34 +08:00
|
|
|
tags
|
2020-07-31 22:09:19 +08:00
|
|
|
|
|
|
|
# clangd related ignores
|
|
|
|
.clangd
|
|
|
|
compile_commands.json
|