mirror of https://github.com/stretchr/testify.git
Merge pull request #1565 from stretchr/gitignore-test-binaries
.gitignore: ignore "go test -c" binariespull/1567/head
commit
edb801534f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue