ignore bin

This commit is contained in:
Chris Wanstrath 2026-03-10 15:14:19 -07:00
parent 6b23930908
commit f699b78603
3 changed files with 29 additions and 1 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# bin
shout
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Go workspace file
go.work
go.work.sum
# env file
.env
# Editor/IDE
# .vscode/

View File

@ -9,7 +9,7 @@ unit:
go test ./... go test ./...
integration: build integration: build
./shout test test/ ./shout test
clean: clean:
rm -f shout rm -f shout

BIN
shout

Binary file not shown.