From a7f023ba1df362200d15c6128ed490eeaf3078eb Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 3 Mar 2025 15:26:57 +0100 Subject: [PATCH] git:ignore: Add compile_commands.json and .cache/ --- .config/git/ignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/ignore b/.config/git/ignore index 39d2128..35f2a8b 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -11,6 +11,8 @@ tags.temp # clangd compile_flags.txt +compile_commands.json +.cache/ # Ignore vscode files .vscode/