From 326c18e48700a85b118083b5766ec78ec1283ec7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 1 Feb 2018 11:15:36 -0800 Subject: [PATCH] Change ignored cache dir for pytest 3.4.0 Committed via https://github.com/asottile/all-repos --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6fdf044..fc72fdb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.iml *.py[co] .*.sw[a-z] -.cache +.pytest_cache .coverage .idea .project