diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-11-12 16:22:14 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-11-12 16:22:22 +0000 |
commit | 3d3f692fd8a3fe07daf2f5b8811ebc00846b60c1 (patch) | |
tree | dfaed70738c44a948bb41dc410ea77aa4a1449c6 /.gitignore | |
parent | Add a few more comments to the federation handler (diff) | |
download | synapse-3d3f692fd8a3fe07daf2f5b8811ebc00846b60c1.tar.xz |
Add test coverage to the webclient. Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3d14ac8c03..339a99e0d6 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ graph/*.png graph/*.dot **/webclient/config.js -webclient/test/environment-protractor.js +**/webclient/test/coverage/ +**/webclient/test/environment-protractor.js uploads |