From 88f4e7f34bda4fbfc4ee6d513ffbec772037be1f Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 19 Apr 2017 14:36:11 +0800 Subject: Use different folder for cached data - `dump` is for raw testing data and logs from remote - `cache` for temporary data required for testing Change-Id: I540338eae2dd7bbd14b359e1a0dbce186ada902b Signed-off-by: Yujun Zhang --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a098d85d..298e4d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ ChangeLog # integration data /tests/integration/*.retry +/tests/integration/.cache /tests/integration/dump /tests/integration/hosts /tests/integration/reports -- cgit 1.2.3-korg