From 34260cb4e66885eb514502dd1b61557f029e5e3f Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Thu, 12 Apr 2018 09:41:57 -0400 Subject: [PATCH] Ignore .pytest_cache (#38401) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d09dd4050a6..893d7e00f93 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ credentials.yml *.out .tox .cache +.pytest_cache results.xml coverage.xml /test/units/cover-html