Browse Source

add lsp ignores

adds cache and ccls dirs and clangd files to git ignore
pull/597/head
446564 10 months ago
parent
commit
cdc762ada2
  1. 5
      .gitignore

5
.gitignore

@ -10,4 +10,7 @@ out/
.vscode/settings.json
.vscode/extensions.json
.idea
cmake-*
cmake-*
.cache
.ccls
compile_commands.json

Loading…
Cancel
Save