dev: ignore .cache and compile_commands.json

These files are used by clangd to know where code is located.

To generate them, use
bear -- make re
and restart your lsp

jguelen: you probably don't have to deal with this
This commit is contained in:
Khaïs COLIN 2025-02-19 13:53:03 +01:00
parent 9bab2b26d8
commit 9cc5c6bfb7
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

2
.gitignore vendored
View file

@ -28,3 +28,5 @@ outfile
mallocfail_hashes mallocfail_hashes
**/compile_flags.txt **/compile_flags.txt
bash.txt bash.txt
.cache/
compile_commands.json