From: Brandt Bucher Date: Fri, 15 Nov 2019 08:22:41 +0000 (-0800) Subject: Add .pytest_cache to .gitignore (GH-16595) X-Git-Tag: v3.9.0a1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57d3ab85a4a4cf740b538ca3450849986f85df87;p=thirdparty%2FPython%2Fcpython.git Add .pytest_cache to .gitignore (GH-16595) --- diff --git a/.gitignore b/.gitignore index 0e3f973d0fc7..b11f72f69fae 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ TAGS gmon.out .coverage .mypy_cache/ +.pytest_cache/ *.exe !Lib/distutils/command/*.exe