diff options
author | Brandt Bucher <brandtbucher@gmail.com> | 2019-11-15 00:22:41 -0800 |
---|---|---|
committer | Tal Einat <taleinat+github@gmail.com> | 2019-11-15 10:22:41 +0200 |
commit | 57d3ab85a4a4cf740b538ca3450849986f85df87 (patch) | |
tree | cfcc76b944fdfb3fed371a3b336606697c1ef996 /.gitignore | |
parent | bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161) (diff) | |
download | cpython-57d3ab85a4a4cf740b538ca3450849986f85df87.tar.gz cpython-57d3ab85a4a4cf740b538ca3450849986f85df87.tar.bz2 cpython-57d3ab85a4a4cf740b538ca3450849986f85df87.zip |
Add .pytest_cache to .gitignore (GH-16595)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0e3f973d0fc..b11f72f69fa 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ TAGS gmon.out .coverage .mypy_cache/ +.pytest_cache/ *.exe !Lib/distutils/command/*.exe |