Skip to content
Snippets Groups Projects
Commit 16bfabb9 authored by Mark Haines's avatar Mark Haines
Browse files

Fix manifest. Ignore contrib and docs directories when checking manifest against source control.

parent d00cca11
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ include synctl
include LICENSE
include VERSION
include *.rst
include demo/README
recursive-include synapse/storage/schema *.sql
......
......@@ -8,3 +8,11 @@ test = trial
[trial]
test_suite = tests
[check-manifest]
ignore =
contrib
contrib/*
docs/*
pylint.cfg
tox.ini
synapse/storage/feedback.py
synapse/storage/keys.py
synapse/storage/pdu.py
synapse/storage/stream.py
synapse/storage/transactions.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment