From 85730619f45ce23b9f797220725a9459dff7a550 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 20 Mar 2018 16:08:22 +0200 Subject: [PATCH] Ignore ".pytest_cache" from sources --- .gitignore | 1 + .pytest_cache/v/cache/lastfailed | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .pytest_cache/v/cache/lastfailed diff --git a/.gitignore b/.gitignore index 0a54e681..07c7b427 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ build coverage.xml .coverage htmlcov +.pytest_cache diff --git a/.pytest_cache/v/cache/lastfailed b/.pytest_cache/v/cache/lastfailed deleted file mode 100644 index 9e26dfee..00000000 --- a/.pytest_cache/v/cache/lastfailed +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file