From 767ad4cb5a31d0e37356c208585a89d0e3b37957 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 23 Apr 2018 15:57:16 -0400 Subject: [PATCH] Add pytest cache to .gitignore Change-Id: Ie3ff833149896f6beab8eb137f049a288538ff90 Signed-off-by: Thanh Ha --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 878f3724..47354edf 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ target/ # Python .cache/ .eggs/ +.pytest_cache/ .tox/ __pycache__/ *.egg-info/ -- 2.16.6