Add pytest cache to .gitignore 97/10197/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 23 Apr 2018 19:57:16 +0000 (15:57 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 23 Apr 2018 19:57:33 +0000 (15:57 -0400)
Change-Id: Ie3ff833149896f6beab8eb137f049a288538ff90
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.gitignore

index 878f372..47354ed 100644 (file)
@@ -20,6 +20,7 @@ target/
 # Python
 .cache/
 .eggs/
+.pytest_cache/
 .tox/
 __pycache__/
 *.egg-info/