Skip to content

Commit

Permalink
Merge pull request #1565 from stretchr/gitignore-test-binaries
Browse files Browse the repository at this point in the history
.gitignore: ignore "go test -c" binaries
  • Loading branch information
dolmen committed Mar 5, 2024
2 parents 89ffab0 + e5e7199 commit edb8015
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -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

0 comments on commit edb8015

Please sign in to comment.