From 2ade94a39da47f6a42cdfb5a494c037da8f96a79 Mon Sep 17 00:00:00 2001 From: Hong Hui Xiao Date: Wed, 14 Mar 2018 09:43:25 +0800 Subject: 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 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) 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/ -- cgit 1.2.3-korg