diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-08-25 16:03:55 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-08-25 16:03:55 +0100 |
commit | 1925a38f952a9823dd770e2e6f78f0b4259ea6cb (patch) | |
tree | 1c894605ea4fb2c3f7035b96605b1e940c451ca9 /.gitignore | |
parent | Merge pull request #243 from matrix-org/markjh/remove_syutil (diff) | |
parent | Add .tox to .gitignore (diff) | |
download | synapse-1925a38f952a9823dd770e2e6f78f0b4259ea6cb.tar.xz |
Merge pull request #247 from matrix-org/markjh/tox
Add a tox.ini config for synapse.
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 |