gitignore: Add Go build and IDE ignores #2

Merged
Ghost merged 1 commits from gitignore/go into main 2026-09-01 11:27:41 -05:00

What

Add a .gitignore for Go binaries, coverage output, workspace files, and editor/OS junk.

Why

This is a Go library; testdata dumps stay tracked. Local go test / IDE files should not.

Test

git check-ignore -v bin/ emu.test coverage.out after a local build. Existing testdata *.bin must remain unignored.

### What Add a `.gitignore` for Go binaries, coverage output, workspace files, and editor/OS junk. ### Why This is a Go library; testdata dumps stay tracked. Local `go test` / IDE files should not. ### Test `git check-ignore -v bin/ emu.test coverage.out` after a local build. Existing testdata `*.bin` must remain unignored.
Ghost added 1 commit 2026-09-01 11:25:11 -05:00
gitignore: Add Go build and IDE ignores
CI / test (push) Successful in 17s
CI / test (pull_request) Successful in 22s
5f23844263
The tree is a Go library with testdata dumps already committed; this keeps local binaries, coverage output, and editor files out of future commits.
Ghost merged commit 3a6f61bd43 into main 2026-09-01 11:27:41 -05:00
Sign in to join this conversation.