From 2a2ea2c7847861db62854f51aeecc7f4129ce973 Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 7 May 2023 16:10:08 +0200 Subject: [PATCH] compile_commands.json is now ignored --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2e89d55..717648a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,7 @@ release/ build/ debug/ +compile_commands.json + # clangd cache .cache/