From b9d631e968decae06a04e7903d27ad47f580599d Mon Sep 17 00:00:00 2001 From: Sami Ahmed Date: Fri, 24 Apr 2026 22:48:33 -0700 Subject: [PATCH] Ignore build artifacts and compiled Qt translations Adds patterns for stray build directories, build error logs (including the corrupted-name redirect file), and *.qm. Existing tracked .qm files remain tracked; this only stops freshly-compiled regenerations from cluttering git status. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 625a07b..9b7468c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,12 @@ *.a /dist/ build/ +build2/ +build_*/ release/ debug/ +build_err*.txt +*build_err.txt /Makefile Makefile.Debug Makefile.Release @@ -24,6 +28,7 @@ ui_*.h qrc_*.cpp *.pro.user *.pro.user.* +*.qm # Blockchain data *.dat