summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHong Hui Xiao <honghui_xiao@yeah.net>2018-03-14 09:43:25 +0800
committerHong Hui Xiao <honghui_xiao@yeah.net>2018-03-14 09:43:25 +0800
commit2ade94a39da47f6a42cdfb5a494c037da8f96a79 (patch)
treed0870f34470efb23abd967bf825b1b1a77b7bf12 /.gitignore
parent2d234a07e13171c56672630e8a86ec8ff84707dc (diff)
Update git ignore file for test
So that the dump test file will not be checked by git. Change-Id: I28c7d623c1c0fdfc48cfb670ca2f2f62f844d72c Issue-ID: MULTICLOUD-173 Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 56ab27e..bd4f0b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,9 @@
target/
logs/*.log
*.pyc
+
+# Test related files
+vio/.coverage
+vio/.tox/
+vio/logs/*.log
+vio/test-reports/