summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-08-07 07:33:40 -0700
committerPatrick Venture <venture@google.com>2019-08-08 20:28:13 +0000
commitf4a2085c17a7b4d128d24dc4913b96f2979a0989 (patch)
tree2effa4a9ddf6957088e2555eb410aaa4d6388ae0 /.gitignore
parentc26cc717a4eef18fffc1ca891bb6a6015740bf9f (diff)
downloadphosphor-host-ipmid-f4a2085c17a7b4d128d24dc4913b96f2979a0989.tar.gz
phosphor-host-ipmid-f4a2085c17a7b4d128d24dc4913b96f2979a0989.zip
gitignore: add test and coverage artifacts
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: If630a4c2411a66b4995f6807e185bd5cd36d165e
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 288aef3..bc496d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,14 +66,14 @@ Makefile
/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*
OpenPOWER on IntegriCloud