From 327a4968e188a7a867880834ea4b90c20bd4f4a2 Mon Sep 17 00:00:00 2001 From: snider Date: Tue, 30 Dec 2025 19:44:59 +0000 Subject: [PATCH] chore: Update gitignore for build artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add miner C++ build directories and legacy miner-cli binary 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 93c9fe8..cc0624e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,10 @@ *.dylib *.log +# Go CLI binaries miner-ctrl +miner-cli + # Test binary, built with `go test -c` *.test @@ -28,6 +31,12 @@ bin/ *.tar.gz *.zip +# Miner C++ build artifacts +miner/core/build/ +miner/proxy/build/ +miner/cuda/build/ +miner/heatmap/build/ + # IDE specific files .idea/ .vscode/