Merge pull request #1565 from stretchr/gitignore-test-binaries

.gitignore: ignore "go test -c" binaries
pull/1567/head
Olivier Mengué 2024-03-05 12:09:22 +01:00 committed by GitHub
commit edb801534f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -22,3 +22,9 @@ _testmain.go
*.exe
.DS_Store
# Output of "go test -c"
/assert/assert.test
/require/require.test
/suite/suite.test
/mock/mock.test