From b0f91430493601b0ca0eeecdb3c8714bcb453ff8 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 16 Nov 2025 20:39:37 -0500 Subject: [PATCH] Ignore CMakeLists.txt and cmake/clangd artifacts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5ed9cf3ff..05c7c0314 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,7 @@ prefabs.json .vscode/*.* *.js *.sym +build-cmake-*/ +.cache/ +CMakeLists.txt +compile_commands.json