mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Add .pytest_cache to .gitignore (GH-16595)
This commit is contained in:
parent
3f8cebd32c
commit
57d3ab85a4
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -33,6 +33,7 @@ TAGS
|
|||
gmon.out
|
||||
.coverage
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
|
||||
*.exe
|
||||
!Lib/distutils/command/*.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue