From: Thanh Ha Date: Mon, 23 Apr 2018 19:57:16 +0000 (-0400) Subject: Add pytest cache to .gitignore X-Git-Tag: v0.13.0~7 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=767ad4cb5a31d0e37356c208585a89d0e3b37957;p=releng%2Flftools.git Add pytest cache to .gitignore Change-Id: Ie3ff833149896f6beab8eb137f049a288538ff90 Signed-off-by: Thanh Ha --- 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/