diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-30 11:00:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 11:00:02 +0000 |
commit | f6813919e8bc8245e5353700bfd4bef338ecbce6 (patch) | |
tree | a39eaceec2c2fc03a307582d08c151367c50fc36 /.gitignore | |
parent | Add a caching layer to .well-known responses (#4516) (diff) | |
download | synapse-f6813919e8bc8245e5353700bfd4bef338ecbce6.tar.xz |
SIGHUP for TLS cert reloading (#4495)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1033124f1d..37f0028d66 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ dbs/ dist/ docs/build/ *.egg-info +pip-wheel-metadata/ cmdclient_config.json homeserver*.db |