Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joohoi@users.noreply.github.com>2018-01-05 22:08:38 +0300
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2018-01-05 22:08:38 +0300
commita1713c0b79b99108ae3a1233cb3e3dc3bef2908a (patch)
tree1ab7dca4199ac6692111b6b93c4e137fedf8a5a0 /.gitignore
parenta3a66cd25d8340e982481e7adf4a521c09f0f35e (diff)
Broader git ignore for pytest cache files (#5361)
Make gitignore take pytest cache directories in to account, even if they reside in subdirectories. If pytest is run for a certain module, ie. `pytest certbot-apache` the cache directory is created under `certbot-apache` directory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e018cf938..a01d2e1c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,4 +37,4 @@ tests/letstest/venv/
.venv
# pytest cache
-/.cache
+.cache