From fa89476fc4c79bf0c20faedbf62741ad04e837e3 Mon Sep 17 00:00:00 2001
From: Alexander Bushnev <Alexander@Bushnev.pro>
Date: Tue, 17 Dec 2024 10:57:55 +0100
Subject: [PATCH] Update .gitignore

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

diff --git a/.gitignore b/.gitignore
index 46661a4eb..3b809aa32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 build
 crossbuilds
 CMakeFiles
+compile_commands.json
 
 # vscode
 .vscode 
@@ -55,6 +56,7 @@ cmake-build-release
 *.idb
 *.pdb
 *.sarif
+.gdb_history
 
 # Kernel Module Compile Results
 *.mod*