Skip to content

Commit

Permalink
MINOR: [C++] Ignore clangd index files
Browse files Browse the repository at this point in the history
clangd 12 has moved index files from .clangd/ to .cache/clangd/.
clangd is a language server for code completion, go-to-definition, etc.

Closes #11700 from cyb70289/ignore-clangd-index

Authored-by: Yibo Cai <yibo.cai@arm.com>
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
  • Loading branch information
cyb70289 committed Nov 15, 2021
1 parent 5bacdea commit 8ab345d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ perf.data.old
cpp/.idea/
.clangd/
cpp/.clangd/
.cache/clangd/
cpp/.cache/clangd/
cpp/apidoc/xml/
docs/example.gz
docs/example1.dat
Expand Down

0 comments on commit 8ab345d

Please sign in to comment.