commit | f4a2085c17a7b4d128d24dc4913b96f2979a0989 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Aug 07 07:33:40 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Aug 08 20:28:13 2019 +0000 |
tree | 2effa4a9ddf6957088e2555eb410aaa4d6388ae0 | |
parent | c26cc717a4eef18fffc1ca891bb6a6015740bf9f [diff] [blame] |
gitignore: add test and coverage artifacts Signed-off-by: Patrick Venture <venture@google.com> Change-Id: If630a4c2411a66b4995f6807e185bd5cd36d165e
diff --git a/.gitignore b/.gitignore index 288aef3..bc496d1 100644 --- a/.gitignore +++ b/.gitignore
@@ -66,14 +66,14 @@ /entity-gen.cpp # test related -/test/sample_unittest /test/*.log /test/*.trs /test-suite.log *-1.0-coverage* -test/*.gcda -test/*.gcno +*.gcda +*.gcno softoff/test +test/*_unittest # ignore vim swap files .*.sw*