From 41330f3e3499754a0d44b25645530d29e3c4a898 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Tue, 9 Jul 2019 16:00:19 +0000 Subject: [PATCH] gitignore .clangd Add the new location where clangd stores it's index to gitignore. Change-Id: I10381131d4adfcbbaa4f3ebf7705f5e84b47f353 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108411 Reviewed-by: Samir Jindel Commit-Queue: Daco Harkes --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0216f06f892..5dee0a9b0a6 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,9 @@ compile_commands.json # GDB files .gdb_history +# Clangd files +.clangd + # Built by chromebot and downloaded from Google Storage client/tests/drt