From: Martin Liska Date: Mon, 16 Nov 2020 11:52:43 +0000 (+0100) Subject: Add .cache to git ignore. X-Git-Tag: basepoints/gcc-12~3205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e44f5ce8c1b4f9732aa4c460bdf2e5138a8af4;p=thirdparty%2Fgcc.git Add .cache to git ignore. ChangeLog: * .gitignore: Add cache as clangd uses it now. --- diff --git a/.gitignore b/.gitignore index d9eeaf2ed7a2..1a29029895aa 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ TAGS.sub .clang-format .clang-tidy .clangd +.cache compile_commands.json .gdbinit