diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-08 09:24:08 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-08 09:24:08 +0000 |
commit | d45f28f8bde9f45c006f6d74d24f29fca95e9b91 (patch) | |
tree | 3b3e994f449196a0e80c9fc610aba0100ea14b9b /.gitignore | |
parent | Add forgotten file (diff) | |
download | synapse-d45f28f8bde9f45c006f6d74d24f29fca95e9b91.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/ |