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