gitignore: ignore "go test -c" binaries

Ignore binaries produced by "go test -c".
pull/1565/head
Olivier Mengué 2024-03-04 22:37:21 +01:00
parent bb548d0473
commit e5e71998af
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