Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
gitignore: ignore clangd index files.
Browse files Browse the repository at this point in the history
Reviewers: kadircet

Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, llvm-commits

Differential Revision: https://reviews.llvm.org/D57227

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352197 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
hokein committed Jan 25, 2019
1 parent b69ffce commit fad2ab3
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 @@ -72,6 +72,8 @@ docs/_build
# VS2017 and VSCode config files.
.vscode
.vs
# clangd background index
.clangd-index

#==============================================================================#
# Files created in tree by the Go bindings.
Expand Down

0 comments on commit fad2ab3

Please sign in to comment.