[cleanup] Add .cache to .gitignore

Recent versions of clangd put lots of stuff into .cache,
cluttering `git status` output.

No-Try: true
Change-Id: I0b5d78a8b2813bd11ad1f0d32bc8ea314103fe19
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2593255
Reviewed-by: Tamer Tas <tmrts@chromium.org>
Commit-Queue: Tamer Tas <tmrts@chromium.org>
Auto-Submit: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71780}
This commit is contained in:
Jakob Kummerow 2020-12-15 13:28:16 +01:00 committed by Commit Bot
parent 84f9ef3c07
commit 67f0733e32

1
.gitignore vendored
View File

@ -23,6 +23,7 @@
*~
.#*
.*.sw?
.cache
.ccls-cache
.clangd
.cpplint-cache