1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-17 01:12:38 +02:00

change coverprofile in .gitignore

change `gover.coverprofile` to `*.coverprofile` in order to cover the
case of `cover.coverprofile` that can be generated from the
`coverage.bash`
This commit is contained in:
TRAVIS ALLEN SALAS COX
2017-02-09 18:24:31 -06:00
parent 414b9e6bc6
commit b62de6dfd5

2
.gitignore vendored
View File

@ -5,7 +5,7 @@ examples/profilesvc/profilesvc
examples/stringsvc1/stringsvc1
examples/stringsvc2/stringsvc2
examples/stringsvc3/stringsvc3
gover.coverprofile
*.coverprofile
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o