mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-26 09:22:04 +00:00
hide crap from gitignore
This commit is contained in:
parent
774cff3c72
commit
192fce51d7
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
_trial_temp/
|
_trial_temp/
|
||||||
logs/
|
logs/
|
||||||
dbs/
|
dbs/
|
||||||
@ -11,6 +12,14 @@ docs/build/
|
|||||||
|
|
||||||
cmdclient_config.json
|
cmdclient_config.json
|
||||||
homeserver*.db
|
homeserver*.db
|
||||||
|
homeserver*.log
|
||||||
|
homeserver*.pid
|
||||||
|
homeserver*.yaml
|
||||||
|
|
||||||
|
*.signing.key
|
||||||
|
*.tls.crt
|
||||||
|
*.tls.dh
|
||||||
|
*.tls.key
|
||||||
|
|
||||||
.coverage
|
.coverage
|
||||||
htmlcov
|
htmlcov
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user