diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-11-20 22:46:51 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-11-20 22:52:34 +0000 |
commit | 6c18cc4b506a81c2a92665a15c55a0313ca47db3 (patch) | |
tree | 3547ba46cd82bac16d2514ebd36c3a5599b63726 | |
parent | Remove riot.im from the list of trusted Identity Servers in the default confi... (diff) | |
download | synapse-6c18cc4b506a81c2a92665a15c55a0313ca47db3.tar.xz |
Ignore __pycache__ directories in schema delta dir
Now that we use py3, compiled python ends up in __pycache__ rather than *.pyc.
-rw-r--r-- | changelog.d/4214.misc | 1 | ||||
-rw-r--r-- | synapse/storage/prepare_database.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/4214.misc b/changelog.d/4214.misc new file mode 100644 |