Skip to content

Commit

Permalink
gitignore .clangd
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dcharkes authored and [email protected] committed Jul 9, 2019
1 parent 8d07009 commit 41330f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41330f3

Please sign in to comment.