diff options
author | Hong Hui Xiao <honghui_xiao@yeah.net> | 2018-03-14 09:43:25 +0800 |
---|---|---|
committer | Hong Hui Xiao <honghui_xiao@yeah.net> | 2018-03-14 09:43:25 +0800 |
commit | 2ade94a39da47f6a42cdfb5a494c037da8f96a79 (patch) | |
tree | d0870f34470efb23abd967bf825b1b1a77b7bf12 /.gitignore | |
parent | 2d234a07e13171c56672630e8a86ec8ff84707dc (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-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,3 +5,9 @@ target/ logs/*.log *.pyc + +# Test related files +vio/.coverage +vio/.tox/ +vio/logs/*.log +vio/test-reports/ |