summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2021-11-09 09:13:16 -0700
committerCommit Bot <commit-bot@chromium.org>2021-11-12 19:47:55 +0000
commit4aa63cc82579609a0b3f1b9504a5e54d83c7bfbf (patch)
tree048ed92d7bb3b7df0e186a696f8cbe6ca3e32bb9 /.gitignore
parent0d309b256228cd1ba0a3b97d4a5ed2a82b32d5ac (diff)
downloadchrome-ec-4aa63cc82579609a0b3f1b9504a5e54d83c7bfbf.tar.gz
zephyr: Add clangd cache to gitignore
Using the clangd language server creates an index cache. BRANCH=None BUG=None TEST=None Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: Ic5c8739b9ab3b4f07b98a204932b0af3dd15206b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3270400 Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Aaron Massey <aaronmassey@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 61e6782a6e..3512b146f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,7 @@ cscope.*
__pycache__
*.egg-info
.hypothesis/
+
+# Clangd language server
+.cache/clangd/index/*
+compile_commands.json