chore: add clangd files to .gitignore

This commit is contained in:
Green Sky 2024-01-15 12:12:28 +01:00
parent d30c81acbc
commit 29fc5ea1f7
No known key found for this signature in database

4
.gitignore vendored
View File

@ -93,5 +93,9 @@ cscope.files
# rpm # rpm
tox.spec tox.spec
# clangd
.cache/
compile_commands.json
/infer /infer
.idea/ .idea/