Skip to content

Commit 41330f3

Browse files
dcharkescommit-bot@chromium.org
authored andcommitted
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 <[email protected]> Commit-Queue: Daco Harkes <[email protected]>
1 parent 8d07009 commit 41330f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ compile_commands.json
5555
# GDB files
5656
.gdb_history
5757

58+
# Clangd files
59+
.clangd
60+
5861
# Built by chromebot and downloaded from Google Storage
5962
client/tests/drt
6063

0 commit comments

Comments
 (0)