From: Martin Liska Date: Mon, 16 Nov 2020 11:52:43 +0000 (+0100) Subject: Add .cache to git ignore. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82e44f5ce8c1b4f9732aa4c460bdf2e5138a8af4;p=gcc.git Add .cache to git ignore. ChangeLog: * .gitignore: Add cache as clangd uses it now. --- diff --git a/.gitignore b/.gitignore index d9eeaf2ed7a..1a29029895a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ TAGS.sub .clang-format .clang-tidy .clangd +.cache compile_commands.json .gdbinit