Skip to content

Commit

Permalink
gitignore: ignore "go test -c" binaries
Browse files Browse the repository at this point in the history
Ignore binaries produced by "go test -c".
  • Loading branch information
dolmen committed Mar 4, 2024
1 parent bb548d0 commit e5e7199
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 e5e7199

Please sign in to comment.