Skip to content

Commit e5e7199

Browse files
committed
gitignore: ignore "go test -c" binaries
Ignore binaries produced by "go test -c".
1 parent bb548d0 commit e5e7199

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

+6
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)