Commit bd3672f5 authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

.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: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791385}
parent f89c48e1
...@@ -58,7 +58,6 @@ tags ...@@ -58,7 +58,6 @@ tags
Thumbs.db Thumbs.db
v8.log v8.log
vs-chromium-project.txt vs-chromium-project.txt
/.cache/
/.clangd/ /.clangd/
/.clangd-index/ /.clangd-index/
# Settings directories for eclipse # Settings directories for eclipse
...@@ -71,7 +70,6 @@ vs-chromium-project.txt ...@@ -71,7 +70,6 @@ vs-chromium-project.txt
/android_emulator_sdk /android_emulator_sdk
/ash/ash_unittests_run.xml /ash/ash_unittests_run.xml
/base/base_unittests_run.xml /base/base_unittests_run.xml
/.cache/
# See build/.gitignore for entries covering src/build. # See build/.gitignore for entries covering src/build.
# The Chrome OS build creates a /c symlink due to http://crbug.com/54866. # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
...@@ -330,4 +328,3 @@ vs-chromium-project.txt ...@@ -330,4 +328,3 @@ vs-chromium-project.txt
# Ignore the default results output directory for tools/run-swarmed.py # Ignore the default results output directory for tools/run-swarmed.py
/results /results
.cache
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment