mirror of https://github.com/stretchr/testify.git
gitignore: ignore "go test -c" binaries
Ignore binaries produced by "go test -c".pull/1565/head
parent
bb548d0473
commit
e5e71998af
|
@ -22,3 +22,9 @@ _testmain.go
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Output of "go test -c"
|
||||||
|
/assert/assert.test
|
||||||
|
/require/require.test
|
||||||
|
/suite/suite.test
|
||||||
|
/mock/mock.test
|
||||||
|
|
Loading…
Reference in New Issue