From 9cc5c6bfb7883683d3d3b2f0901631d959fb2dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 19 Feb 2025 13:53:03 +0100 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f05b394..ae9a1a7 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ outfile mallocfail_hashes **/compile_flags.txt bash.txt +.cache/ +compile_commands.json