mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-21 13:34:06 +03:00
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
12
.gitignore
vendored
12
.gitignore
vendored
@ -19,17 +19,7 @@ __pycache__/
|
|||||||
# libvirt related ignores
|
# libvirt related ignores
|
||||||
/build/
|
/build/
|
||||||
/ci/scratch/
|
/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 related ignores
|
||||||
.clangd
|
.clangd
|
||||||
|
Loading…
Reference in New Issue
Block a user