From af0b842b569d4b266961dc8750743449d7734b9e Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Tue, 17 Dec 2024 13:55:26 +0100 Subject: [PATCH] Update .gitignore (#831) --- .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*