summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 14:38:43 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-09 16:01:00 -0500
commite5b314e94a51ac65601fa9a85371878afc57d836 (patch)
treebb2b73ede0adc7074fcc0d1dec5398538720d7ed
parent83f0896ebefb6560dd975180f95456546e4304b0 (diff)
downloadphosphor-webui-e5b314e94a51ac65601fa9a85371878afc57d836.tar.gz
phosphor-webui-e5b314e94a51ac65601fa9a85371878afc57d836.zip
gitignore: Add coverage/
Coverage is where PhantomJs outputs the unit test coverage. Change-Id: I381e479d57dc2226a464d117bfd5a917bd5706dd Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b36a8c0..3a72cbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,5 @@ target/
*.swp
.idea
app/styles/index.css
-yarn.lock \ No newline at end of file
+yarn.lock
+coverage/
OpenPOWER on IntegriCloud