Skip to content

Commit edb8015

Browse files
authored
Merge pull request #1565 from stretchr/gitignore-test-binaries
.gitignore: ignore "go test -c" binaries
2 parents 89ffab0 + e5e7199 commit edb8015

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ _testmain.go
2222
*.exe
2323

2424
.DS_Store
25+
26+
# Output of "go test -c"
27+
/assert/assert.test
28+
/require/require.test
29+
/suite/suite.test
30+
/mock/mock.test

0 commit comments

Comments
 (0)