Add .clangd to .gitignore

Bug: None
Change-Id: I07496ecaaac72d4bb43cb67baa364abe6df82693
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158528
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29629}
This commit is contained in:
Rasmus Brandt 2019-10-28 12:42:40 +01:00 committed by Commit Bot
parent 5cb7807a36
commit f50d58b87b

1
.gitignore vendored
View File

@ -27,6 +27,7 @@
*~ *~
.*.sw? .*.sw?
.cipd .cipd
.clangd
.classpath .classpath
.cproject .cproject
.gdb_history .gdb_history