diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-07-16 14:01:38 -0700 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2018-07-17 00:01:38 +0300 |
| commit | 56022bcd023b10de355349dc68c8f5357826c1b8 (patch) | |
| tree | 8ad4e92c1c52223508df0ba8ecfab21491218e66 | |
| parent | 3dc261abc98a5e43bc7fcf5783d080aaf8f9f0cf (diff) | |
| download | wheel-git-56022bcd023b10de355349dc68c8f5357826c1b8.tar.gz | |
Add new Pytest cache directory to gitignore (#244)
Starting with Pytest 3.4.0 (2018-01-30), Pytest's cache directory was
renamed to .pytest_cache.
https://docs.pytest.org/en/latest/changelog.html#pytest-3-4-0-2018-01-30
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ dist docs/_build __pycache__ .coverage +.pytest_cache/ .tox .idea |
