[Python-checkins] Add .pytest_cache to .gitignore (GH-16595)

Tal Einat webhook-mailer at python.org
Fri Nov 15 03:22:52 EST 2019


https://github.com/python/cpython/commit/57d3ab85a4a4cf740b538ca3450849986f85df87
commit: 57d3ab85a4a4cf740b538ca3450849986f85df87
branch: master
author: Brandt Bucher <brandtbucher at gmail.com>
committer: Tal Einat <taleinat+github at gmail.com>
date: 2019-11-15T10:22:41+02:00
summary:

Add .pytest_cache to .gitignore (GH-16595)

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index 0e3f973d0fc7c..b11f72f69fae5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ TAGS
 gmon.out
 .coverage
 .mypy_cache/
+.pytest_cache/
 
 *.exe
 !Lib/distutils/command/*.exe



More information about the Python-checkins mailing list