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:
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user