summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-28 06:41:25 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-06-28 06:41:25 -0700
commitdb305ed46d24cbe5eaa1f3761e7e3a02b4ed9f76 (patch)
tree666a198ef3a9ee8a9dc79bc5f728994bbbc905f0 /.gitignore
parentfcd80d46e66179f9464c2df745ffed07622d9ee3 (diff)
downloadisort-db305ed46d24cbe5eaa1f3761e7e3a02b4ed9f76.tar.gz
Add new Pytest cache directory to gitignore
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 > The default cache directory has been renamed from .cache to > .pytest_cache after community feedback that the name .cache did not > make it clear that it was used by pytest.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 24a8bb32..69be8a6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ npm-debug.log
nosetests.xml
htmlcov
.cache
+.pytest_cache/
# Translations
*.mo