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:
parent
d1ae18c342
commit
02ea021cbe
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -45,6 +45,7 @@ hide-defaults-note
|
|||
venv
|
||||
.venv
|
||||
.DS_Store
|
||||
.clangd
|
||||
|
||||
# CI output
|
||||
compliance.xml
|
||||
|
|
Loading…
Reference in a new issue