2019-10-24 08:26:12 +00:00
|
|
|
# vim related ignores
|
|
|
|
*.swp
|
|
|
|
.lvimrc
|
|
|
|
|
|
|
|
# emacs related ignores
|
2010-02-23 00:01:34 +00:00
|
|
|
*#*#
|
|
|
|
*.#*#
|
2012-10-26 12:39:55 +00:00
|
|
|
.#*
|
2020-01-17 16:00:27 +00:00
|
|
|
*~
|
2019-10-24 08:26:12 +00:00
|
|
|
|
|
|
|
# git related ignores
|
2020-01-17 16:00:27 +00:00
|
|
|
*.rej
|
2019-10-24 08:26:12 +00:00
|
|
|
*.orig
|
|
|
|
.git-module-status
|
|
|
|
|
2021-03-19 13:27:28 +00:00
|
|
|
# python related ignores
|
|
|
|
__pycache__/
|
|
|
|
|
2019-10-24 08:26:12 +00:00
|
|
|
# libvirt related ignores
|
|
|
|
/build/
|
|
|
|
/ci/scratch/
|
2023-02-02 14:47:43 +00:00
|
|
|
|
|
|
|
# *tags and cscope files
|
|
|
|
/GPATH
|
|
|
|
/GRTAGS
|
|
|
|
/GTAGS
|
|
|
|
/TAGS
|
|
|
|
/cscope.files
|
|
|
|
/cscope.in.out
|
|
|
|
/cscope.out
|
|
|
|
/cscope.po.out
|
|
|
|
/tags
|
2020-07-31 14:09:19 +00:00
|
|
|
|
|
|
|
# clangd related ignores
|
|
|
|
.clangd
|
|
|
|
compile_commands.json
|