summary refs log tree commit diff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-05-11 17:21:12 +0100
committerGitHub <noreply@github.com>2018-05-11 17:21:12 +0100
commit16f41237f076485184237a91e62b41445e75fc33 (patch)
tree915562c702471ba340e16d547a7fc501e36dcc95 /MANIFEST.in
parentMerge pull request #3208 from matrix-org/rav/more_refactor_request_handler (diff)
parentAdd Docker packaging in the author list (diff)
downloadsynapse-16f41237f076485184237a91e62b41445e75fc33.tar.xz
Merge pull request #2846 from kaiyou/feat-dockerfile
Add a Dockerfile for synapse
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index afb60e12ee..e2a6623a63 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -25,6 +25,8 @@ recursive-include synapse/static *.js
 exclude jenkins.sh
 exclude jenkins*.sh
 exclude jenkins*
+exclude Dockerfile
+exclude .dockerignore
 recursive-exclude jenkins *.sh
 
 prune .github