From: Daniel Wagner Date: Fri, 20 Jan 2023 09:39:19 +0000 (+0100) Subject: gitignore: Ignore clang build artifacts X-Git-Tag: v1.3~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2d1ef4708f582b12c39f149669f4b1862439570b;p=users%2Fsagi%2Flibnvme.git gitignore: Ignore clang build artifacts When using language server support from clang, the .cache directory is added. Also for getting lsp working properly the compile_commands.json file has to present (which is just a link to Meson generared json file). Signed-off-by: Daniel Wagner --- diff --git a/.gitignore b/.gitignore index 7266ed62..89e032ec 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,10 @@ a.out *.so.* *.tar.gz cscope.* +compile_commands.json .build +.cache subprojects/* !subprojects/*.wrap