Hi. These 2 files are used for clangd.
I'm going to install the patch. Martin ChangeLog: 2019-08-28 Martin Liska <mli...@suse.cz> * .gitignore: Add .clangd and compile_commands.json to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index b53f60db792..d9d3967a12c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ TAGS.sub .lvimrc .clang-format +.clangd +compile_commands.json .gdbinit .gdb_history