From 254f360645d713c06036d74add704935ba77bc58 Mon Sep 17 00:00:00 2001
From: "adrian.spycher" <adrian.spycher@etu.hesge.ch>
Date: Mon, 14 Oct 2024 14:49:07 +0200
Subject: [PATCH] chore: ignore compile_commands.json of bear

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index faef756..0cf1fc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# --- BEAR ---
+compile_commands.json
+
 # --- C ---
 *.d
 *.o
-- 
GitLab