.gitignore: Remove duplicate .cache ignore entries.
After clangd moved its generated index files from .clangd/index to .cache/clangd/index[1], 3 separate CLs added .cache entries to the .gitignore. Remove duplicate entries so that we only keep one entry. [1]: https://github.com/llvm/llvm-project/commit/9b55bc4d1197aedd76b0f4e04270265cb74cd0b8 Change-Id: I8cb9cda444f5230001df03949c4ee3bc89b7b58e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315763Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#791385}
Showing
Please register or sign in to comment