a configuration file for clangd (to ignore flags clang doesn't support)
.gitignore entry for clangd's cache directory
It also adds compile_commands.json to .gitignore because it must be generated by the user themselves. This is because it requires hardcoded paths. I've also opened a PR on the Star Haven docs with instructions for generating this file: https://github.com/star-haven/docs/pull/5
This adds:
.gitignore
entry for clangd's cache directoryIt also adds
compile_commands.json
to.gitignore
because it must be generated by the user themselves. This is because it requires hardcoded paths. I've also opened a PR on the Star Haven docs with instructions for generating this file: https://github.com/star-haven/docs/pull/5