From 839225cee4df9dadedf63cab7b72ec9bb828ec06 Mon Sep 17 00:00:00 2001 From: jackthepunished Date: Tue, 28 Apr 2026 01:11:46 +0300 Subject: [PATCH] chore: gitignore local build/run debug dumps Adds patterns for the build_log*, game_log*, *_tmp.txt and friends that pile up at the repo root during iteration. Also deletes the existing ~30 stale dumps (Feb 1 - Feb 14) from the working tree. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6c5bc51..651dce2 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,16 @@ Thumbs.db # Vulkan compiled shaders *.spv imgui.ini -build_log.txt + +# Stray local debug dumps from build/run iteration +build_log*.txt +build_out*.txt +build_output*.txt +build_errors*.txt +build_editor*.txt +cmake_config_out*.txt +game_log*.txt +game_output*.txt +game_stderr*.txt +game_stdout*.txt +*_tmp.txt