[PATCH] D130863: [clangd] Make git ignore index directories
sums via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 06:28:15 PDT 2022
sums marked an inline comment as done.
sums added a comment.
Thank you for the reviews and discussion, everyone!
TIL about `.git/info/exclude`. It'll let me exclude stuff without updating the checked in `.gitignore`. I was achieving the same effect for clangd by manually creating a `.gitignore` similar to this change.
The ideal scenario would be one where all tools ignore their temporary directories automatically. Will send patches whenever I encounter a case like this :)
@kadircet kindly take another look.
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