diff options
author | Erik Johnston <erik@matrix.org> | 2015-09-02 09:57:55 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-09-02 09:57:55 +0100 |
commit | 8e8955bcea2b846cb71fb44f4b613806cd594440 (patch) | |
tree | 84643e973c4d8a4a2d907aa25021a1b2d5269c8d | |
parent | Merge pull request #264 from matrix-org/markjh/syweb_on_pypi (diff) | |
parent | Ignore development virtualenv and generated logger configuration as well. (diff) | |
download | synapse-8e8955bcea2b846cb71fb44f4b613806cd594440.tar.xz |
Merge pull request #266 from pztrn/develop
Ignore development virtualenv and generated logger configuration as well.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4c336b710d..f8c4000134 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ build/ localhost-800*/ static/client/register/register_config.js .tox + +env/ +*.config |