mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
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.
This commit is contained in:
parent
a3a66cd25d
commit
a1713c0b79
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -37,4 +37,4 @@ tests/letstest/venv/
|
|||
.venv
|
||||
|
||||
# pytest cache
|
||||
/.cache
|
||||
.cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue