diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-08 10:18:50 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-08 10:18:50 +0000 |
commit | 617dde2ba9db6bad815bce20ca2383d5801dd691 (patch) | |
tree | 11bc548fd30604c90c24545215aabc030d87e396 /.gitignore | |
parent | point the entry_point for synapse-homeserver at the right method (diff) | |
download | synapse-617dde2ba9db6bad815bce20ca2383d5801dd691.tar.xz |
Ignore pycharm dir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 339a99e0d6..af90668c89 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ graph/*.dot **/webclient/test/environment-protractor.js uploads + +.idea/ |