hide crap from gitignore

pull/14/head
Matthew Hodgson 2014-11-11 21:18:33 +02:00
parent 774cff3c72
commit 192fce51d7
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -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