summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-07-16 14:01:38 -0700
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-07-17 00:01:38 +0300
commit56022bcd023b10de355349dc68c8f5357826c1b8 (patch)
tree8ad4e92c1c52223508df0ba8ecfab21491218e66
parent3dc261abc98a5e43bc7fcf5783d080aaf8f9f0cf (diff)
downloadwheel-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9a49a38..4a94d64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,5 +6,6 @@ dist
docs/_build
__pycache__
.coverage
+.pytest_cache/
.tox
.idea