mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
f2d379e7cb
Commit f7114e61db
cleaned up way too much and now that I have cscope
working again I noticed there are some files that ought to stay ignored.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
37 lines
393 B
Plaintext
37 lines
393 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 and cscope files
|
|
/GPATH
|
|
/GRTAGS
|
|
/GTAGS
|
|
/TAGS
|
|
/cscope.files
|
|
/cscope.in.out
|
|
/cscope.out
|
|
/cscope.po.out
|
|
/tags
|
|
|
|
# clangd related ignores
|
|
.clangd
|
|
compile_commands.json
|