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