diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-05 20:39:57 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-05 20:39:57 +0100 |
commit | 1c7bb34ffd564dca9f0b761a75f7cda348fdefeb (patch) | |
tree | 1e30e9277e212b288a5a1f30dcb953e7d947ba40 /.gitignore | |
parent | Empty string is not a valid JSON object, so don't return them in HTTP responses. (diff) | |
parent | BF: tab completion did not work with commands. $scope.input contained only th... (diff) | |
download | synapse-1c7bb34ffd564dca9f0b761a75f7cda348fdefeb.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into develop
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c214971e11..d2b93ef61f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ htmlcov demo/*.db demo/*.log demo/*.pid +demo/etc graph/*.svg graph/*.png |