diff options
author | pztrn <pztrn@pztrn.name> | 2015-09-01 19:48:22 +0500 |
---|---|---|
committer | pztrn <pztrn@pztrn.name> | 2015-09-01 19:48:22 +0500 |
commit | 7ab401d4dc353c43217ef5656347d68fe7d2ffa4 (patch) | |
tree | 84643e973c4d8a4a2d907aa25021a1b2d5269c8d /.gitignore | |
parent | Merge pull request #264 from matrix-org/markjh/syweb_on_pypi (diff) | |
download | synapse-7ab401d4dc353c43217ef5656347d68fe7d2ffa4.tar.xz |
Ignore development virtualenv and generated logger configuration as well.
Signed-off-by: Stanislav Nikitin <pztrn@pztrn.name>
Diffstat (limited to '.gitignore')
-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 |