mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-21 21:25:25 +00:00
.gitignore: Ignore cscope and other *tags files
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>
This commit is contained in:
parent
9e79904b1a
commit
f2d379e7cb
12
.gitignore
vendored
12
.gitignore
vendored
@ -19,7 +19,17 @@ __pycache__/
|
||||
# libvirt related ignores
|
||||
/build/
|
||||
/ci/scratch/
|
||||
tags
|
||||
|
||||
# *tags and cscope files
|
||||
/GPATH
|
||||
/GRTAGS
|
||||
/GTAGS
|
||||
/TAGS
|
||||
/cscope.files
|
||||
/cscope.in.out
|
||||
/cscope.out
|
||||
/cscope.po.out
|
||||
/tags
|
||||
|
||||
# clangd related ignores
|
||||
.clangd
|
||||
|
Loading…
Reference in New Issue
Block a user