diff options
author | Brandt Bucher <brandtbucher@gmail.com> | 2019-11-15 08:22:41 (GMT) |
---|---|---|
committer | Tal Einat <taleinat+github@gmail.com> | 2019-11-15 08:22:41 (GMT) |
commit | 57d3ab85a4a4cf740b538ca3450849986f85df87 (patch) | |
tree | cfcc76b944fdfb3fed371a3b336606697c1ef996 /.gitignore | |
parent | 3f8cebd32c1e6f20a1a1440e51c308a5f70ca959 (diff) | |
download | cpython-57d3ab85a4a4cf740b538ca3450849986f85df87.zip cpython-57d3ab85a4a4cf740b538ca3450849986f85df87.tar.gz cpython-57d3ab85a4a4cf740b538ca3450849986f85df87.tar.bz2 |
Add .pytest_cache to .gitignore (GH-16595)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ TAGS gmon.out .coverage .mypy_cache/ +.pytest_cache/ *.exe !Lib/distutils/command/*.exe |