gitignore: add .clangd to the ignore list

This adds .clangd to .gitignore for when you need to provide
local configurations to clang's language server.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2022-04-21 09:28:20 -07:00 committed by Carles Cufí
parent d1ae18c342
commit 02ea021cbe

1
.gitignore vendored
View file

@ -45,6 +45,7 @@ hide-defaults-note
venv
.venv
.DS_Store
.clangd
# CI output
compliance.xml