diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-08-25 15:45:03 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-08-25 15:45:03 +0100 |
commit | 3a20cdcd27fa0006ff15156ef07602c816d86643 (patch) | |
tree | 1c894605ea4fb2c3f7035b96605b1e940c451ca9 /.gitignore | |
parent | Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't spew .pyc... (diff) | |
download | synapse-3a20cdcd27fa0006ff15156ef07602c816d86643.tar.xz |
Add .tox to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 960183a794..4c336b710d 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ build/ localhost-800*/ static/client/register/register_config.js +.tox |