Skip to content

Commit

Permalink
[gitignore] Add ignore for /.clangd file
Browse files Browse the repository at this point in the history
A top level .clangd file can be used to configure clangd for the project. Git should ignore it:
https://clangd.llvm.org/config.html

Change-Id: I40ce045bd3058dda2bee1d35bf5bff9147545760
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2694410
Commit-Queue: Friedrich [CET] <fhorschig@chromium.org>
Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org>
Reviewed-by: Friedrich [CET] <fhorschig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#854681}
  • Loading branch information
jdoerrie authored and Chromium LUCI CQ committed Feb 17, 2021
1 parent 594c667 commit 486255e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ tags
Thumbs.db
v8.log
vs-chromium-project.txt
/.clangd
/.clangd/
/.clangd-index/
# Settings directories for eclipse
Expand Down

0 comments on commit 486255e

Please sign in to comment.