From 3f1b610a97bf0e6495b6cd9bcb245c2f499b4979 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Mon, 9 Feb 2026 11:59:50 -0700 Subject: [PATCH] ignore: compile_commands.json https://clang.llvm.org/docs/JSONCompilationDatabase.html --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7da4837cc..cae2a897c 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ CMakeFiles cmake_install.cmake install_manifest.txt cmake-build-debug/ +compile_commands.json ### Linux ### *~