From b62de6dfd55e2605acf497725003142db89030eb Mon Sep 17 00:00:00 2001 From: TRAVIS ALLEN SALAS COX Date: Thu, 9 Feb 2017 18:24:31 -0600 Subject: [PATCH] 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` --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 716bffff6..6062401c1 100644 --- a/.gitignore +++ b/.gitignore @@ -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