diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-24 10:00:33 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-24 10:00:33 +0000 |
commit | c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64 (patch) | |
tree | 7fa41792cb0283a34f327935159e8b26c29857c8 /.gitignore | |
parent | Use OrderedDict for @cached backing store, so we can evict the oldest key unb... (diff) | |
parent | Update CHANGES and UPGRADE (diff) | |
download | synapse-c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64.tar.xz |
Merge pull request #89 from matrix-org/registration-fallback
Registration fallback
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3899c5a250..960183a794 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ media_store/ build/ localhost-800*/ +static/client/register/register_config.js |