chore: Update gitignore for build artifacts
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 <noreply@anthropic.com>
This commit is contained in:
parent
69376b886f
commit
327a4968e1
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue