diff options
author | Brian Behlendorf <[email protected]> | 2017-09-15 10:24:13 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2017-09-15 10:24:13 -0700 |
commit | d9ec8b9b2a3880a1a2b68e57a25833486c3b164d (patch) | |
tree | 5378af5ce8db5338fe9432eab8e485408001525b /.gitignore | |
parent | 0107f69898e3b6d39d974b272da1739cb2f39027 (diff) |
Add configure option to enable gcov analysis
* Add configure option to enable gcov analysis.
* Includes a few minor ctime fixes.
* Add codecov.yml configuration.
Reviewed-by: Prakash Surya <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #6642
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 29437b58c..bfce0902f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ *.mod.c *~ *.swp +*.gcno +*.gcda .deps .libs .dirstamp |