0

.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]: 9b55bc4d11

Change-Id: I8cb9cda444f5230001df03949c4ee3bc89b7b58e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315763
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791385}
This commit is contained in:
Darwin Huang
2020-07-25 08:25:27 +00:00
committed by Commit Bot
parent f89c48e19c
commit bd3672f521

3
.gitignore vendored

@ -58,7 +58,6 @@ tags
Thumbs.db
v8.log
vs-chromium-project.txt
/.cache/
/.clangd/
/.clangd-index/
# Settings directories for eclipse
@ -71,7 +70,6 @@ vs-chromium-project.txt
/android_emulator_sdk
/ash/ash_unittests_run.xml
/base/base_unittests_run.xml
/.cache/
# See build/.gitignore for entries covering src/build.
# The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
@ -330,4 +328,3 @@ vs-chromium-project.txt
# Ignore the default results output directory for tools/run-swarmed.py
/results
.cache