From d447b7438ac26958873c37f2ded7bcde52d1819b Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 3 Jun 2025 21:52:17 +0200 Subject: [PATCH] git: added compile_commands to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c1c0af9..4127b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin build Makefile .cache +compile_commands.json