Skip to content

Commit

Permalink
gitignore: add .clangd to the ignore list
Browse files Browse the repository at this point in the history
This adds .clangd to .gitignore for when you need to provide
local configurations to clang's language server.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and carlescufi committed Apr 24, 2022
1 parent d1ae18c commit 02ea021
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 @@ -45,6 +45,7 @@ hide-defaults-note
venv
.venv
.DS_Store
.clangd

# CI output
compliance.xml
Expand Down

0 comments on commit 02ea021

Please sign in to comment.