summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@gmail.com>2019-11-15 08:22:41 (GMT)
committerTal Einat <taleinat+github@gmail.com>2019-11-15 08:22:41 (GMT)
commit57d3ab85a4a4cf740b538ca3450849986f85df87 (patch)
treecfcc76b944fdfb3fed371a3b336606697c1ef996 /.gitignore
parent3f8cebd32c1e6f20a1a1440e51c308a5f70ca959 (diff)
downloadcpython-57d3ab85a4a4cf740b538ca3450849986f85df87.zip
cpython-57d3ab85a4a4cf740b538ca3450849986f85df87.tar.gz
cpython-57d3ab85a4a4cf740b538ca3450849986f85df87.tar.bz2
Add .pytest_cache to .gitignore (GH-16595)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0e3f973..b11f72f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ TAGS
gmon.out
.coverage
.mypy_cache/
+.pytest_cache/
*.exe
!Lib/distutils/command/*.exe