[PATCH] D130863: [clangd] Make git ignore index directories

sums via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 1 16:45:48 PDT 2022


sums marked an inline comment as done.
sums added inline comments.


================
Comment at: clang-tools-extra/clangd/test/background-index.test:23
+# RUN: ls %/t/.cache/clangd/index/.gitignore
+# RUN: ls %/t/sub_dir/.cache/clangd/index/.gitignore
+
----------------
sammccall wrote:
> Bleh, ideally this would go in clangd/.gitignore but we'd have to break a bunch of abstractions to do that. I think this is fine.
Doing it this way also ignores the `.gitignore` file itself :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130863/new/

https://reviews.llvm.org/D130863



More information about the cfe-commits mailing list