ScuttleBot
chore: untrack compiled binaries, add to .gitignore
Commit
9588e2022e8a100e5259c57aac1793df4e9261566da6f05d69992bfe19d18869
Parent
def1055bad3c699…
8 files changed
+8
-4
+8
-4
| --- .gitignore | ||
| +++ .gitignore | ||
| @@ -9,9 +9,13 @@ | ||
| 9 | 9 | tmp-*.sh |
| 10 | 10 | REPORT.md |
| 11 | 11 | coverage.out |
| 12 | 12 | test-results/ |
| 13 | 13 | |
| 14 | -# Compiled relay binaries are committed to the repo for convenience (no build step required). | |
| 15 | -# If you rebuild locally, `go build` output goes to bin/ (ignored above). | |
| 16 | -# The root-level binaries (claude-relay, codex-relay, gemini-relay, scuttlectl, scuttlebot) | |
| 17 | -# are the published release artifacts — do not add them here. | |
| 14 | +# Compiled binaries | |
| 15 | +claude-agent | |
| 16 | +claude-relay | |
| 17 | +codex-agent | |
| 18 | +codex-relay | |
| 19 | +gemini-relay | |
| 20 | +scuttlebot | |
| 21 | +scuttlectl | |
| 18 | 22 | |
| 19 | 23 | DELETED claude-agent |
| 20 | 24 | DELETED claude-relay |
| 21 | 25 | DELETED codex-agent |
| 22 | 26 | DELETED codex-relay |
| 23 | 27 | DELETED gemini-relay |
| 24 | 28 | DELETED scuttlebot |
| 25 | 29 | DELETED scuttlectl |
| --- .gitignore | |
| +++ .gitignore | |
| @@ -9,9 +9,13 @@ | |
| 9 | tmp-*.sh |
| 10 | REPORT.md |
| 11 | coverage.out |
| 12 | test-results/ |
| 13 | |
| 14 | # Compiled relay binaries are committed to the repo for convenience (no build step required). |
| 15 | # If you rebuild locally, `go build` output goes to bin/ (ignored above). |
| 16 | # The root-level binaries (claude-relay, codex-relay, gemini-relay, scuttlectl, scuttlebot) |
| 17 | # are the published release artifacts — do not add them here. |
| 18 | |
| 19 | ELETED claude-agent |
| 20 | ELETED claude-relay |
| 21 | ELETED codex-agent |
| 22 | ELETED codex-relay |
| 23 | ELETED gemini-relay |
| 24 | ELETED scuttlebot |
| 25 | ELETED scuttlectl |
| --- .gitignore | |
| +++ .gitignore | |
| @@ -9,9 +9,13 @@ | |
| 9 | tmp-*.sh |
| 10 | REPORT.md |
| 11 | coverage.out |
| 12 | test-results/ |
| 13 | |
| 14 | # Compiled binaries |
| 15 | claude-agent |
| 16 | claude-relay |
| 17 | codex-agent |
| 18 | codex-relay |
| 19 | gemini-relay |
| 20 | scuttlebot |
| 21 | scuttlectl |
| 22 | |
| 23 | ELETED claude-agent |
| 24 | ELETED claude-relay |
| 25 | ELETED codex-agent |
| 26 | ELETED codex-relay |
| 27 | ELETED gemini-relay |
| 28 | ELETED scuttlebot |
| 29 | ELETED scuttlectl |
D
claude-agent
Binary file
D
claude-relay
Binary file
D
codex-agent
Binary file
D
codex-relay
Binary file
D
gemini-relay
Binary file
D
scuttlebot
Binary file
D
scuttlectl
Binary file