diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-09-10 13:10:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 13:10:17 +0200 |
commit | 3b25548e4cef5f5a9292d1fb210d0bd66cbb407a (patch) | |
tree | 52f9a8e440f5d75eec922fb814381b37805a18f6 | |
parent | 1d3521fd5fc9a957eb60f5b666d9ffe3a56e874d (diff) | |
parent | 0b34607bb8c38ded3ef37575ed1da9b91940351f (diff) |
Merge pull request #41945 from capnm/upstream-prs
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/ |