mirror of https://gitee.com/openkylin/libvirt.git
Revert ".gitignore: Ignore cscope and other *tags files"
This reverts commit f2d379e7cb
.
Any tool-related ignores should go to user's global ignore file or the user's
local exclude file which is per-project. See git-config(1) and gitignore(5) for
more details.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Not-Ignored-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
d133d73f54
commit
8a63add283
|
@ -19,17 +19,7 @@ __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
|
||||
tags
|
||||
|
||||
# clangd related ignores
|
||||
.clangd
|
||||
|
|
Loading…
Reference in New Issue