From 9f8b1e2831dbbd0c42caf3988bb3eaf8c7372ff0 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 15 Aug 2018 13:21:00 -0400 Subject: [PATCH] gitignore: ignore all of the pytest cache --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 81091fdc1..f23f57274 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,4 @@ build/ .vscode *.iml .DS_Store -.pytest_cache/v/cache/lastfailed -.pytest_cache/v/cache/nodeids +.pytest_cache/*