diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 21:18:33 +0200 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-12 00:18:25 +0200 |
commit | 192fce51d743a99700c0686ed03ba272c9053467 (patch) | |
tree | 4e0cf24ccd72aa8c608953904b61b806e2b8f1ce /.gitignore | |
parent | move swagger impl to matrix-doc (diff) | |
download | synapse-192fce51d743a99700c0686ed03ba272c9053467.tar.xz |
hide crap from gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd37f92dc4..3d14ac8c03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc .*.swp +.DS_Store _trial_temp/ logs/ dbs/ @@ -11,6 +12,14 @@ docs/build/ cmdclient_config.json homeserver*.db +homeserver*.log +homeserver*.pid +homeserver*.yaml + +*.signing.key +*.tls.crt +*.tls.dh +*.tls.key .coverage htmlcov |