Skip to content

Commit d982d93

Browse files
committed
add .clangd to .gitignore
As with may other Git-ignored items - whenever we do not have this file in Git, make it ignored to allow the developers to have therir own (without being listed as untracked).
1 parent e39ec7e commit d982d93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ unittest/run_tests
5757
.cache
5858
.clang-format
5959
.clang-tidy
60+
.clangd
6061
.editorconfig
6162
.envrc
6263
compile_commands.json

0 commit comments

Comments
 (0)