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=refs%2Fchanges%2F97%2F10197%2F1;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/