mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Exclude pycache and .py[cod]
This commit is contained in:
parent
2f0b1aa1aa
commit
4147033165
1 changed files with 2 additions and 0 deletions
|
|
@ -4,3 +4,5 @@ recursive-include tests *
|
|||
include certbot_apache/_internal/centos-options-ssl-apache.conf
|
||||
include certbot_apache/_internal/options-ssl-apache.conf
|
||||
recursive-include certbot_apache/_internal/augeas_lens *.aug
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[cod]
|
||||
|
|
|
|||
Loading…
Reference in a new issue