diff options
author | Martin Capitanio <capnm@capitanio.org> | 2020-09-10 12:50:01 +0200 |
---|---|---|
committer | Martin Capitanio <capnm@capitanio.org> | 2020-09-10 12:50:01 +0200 |
commit | 0b34607bb8c38ded3ef37575ed1da9b91940351f (patch) | |
tree | 92d4abea662188a595b933ecdfb204e89f3b7c1d | |
parent | 49283cb80dc047ed7e034d1fa89f72d88207fddb (diff) |
git: Ignore clangd cache folder
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6af581040c..8d1aad947d 100644 --- a/.gitignore +++ b/.gitignore @@ -383,3 +383,6 @@ ruby.png snow.png updown.png gcov.css + +# https://clangd.llvm.org/ cache folder +.clangd/ |