Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.gitignore: Add the .cache directory generated by clangd
Use VSCode + clangd plugin to develop the code, the clangd will save the metadata into .cache directory, it is about the compile_commands.json: cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=True Add the .cache into .gitignore for friendly clangd development environment. Signed-off-by: Haiyue Wang <[email protected]>
- Loading branch information