Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.gitignore: add clangd-related files
I started using clangd as my LSP for C-based codebases and it works quite well! Setting it up requires creating a `compile_commands.json` file using e.g. `bear` (https://github.com/rizsotto/Bear). Add it to the list of files to ignore. clangd caches its indexing in the `.cache` directory. Add that too.
- Loading branch information