From 42ca95f9d94e4aafd6d0e60df8cb91b880c3d584 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 7 Aug 2024 05:12:38 +0200 Subject: [PATCH] Gitignore for clangd and compile-commands.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6a55afb..befa748 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ kernel/kernel user/usys.S .gdbinit .vscode +.cache +compile_commands.json