
18 Mar
2024
18 Mar
'24
6:42 a.m.
On 3/17/24 16:00, Denis V. Lunev wrote:
Signed-off-by: Denis V. Lunev <den@openvz.org> --- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index 4695391342..44a9b446bd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ __pycache__/ /build/ /ci/scratch/ tags +cscope.*
# clangd related ignores .clangd
Apparently, at some point in time this was here, but it was removed: https://gitlab.com/libvirt/libvirt/-/commit/8a63add283c310952b7df161b4b413e8... Michal