From 507d90f4762d0de474c6366bd2b527944e3d6a7d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 19 Sep 2015 22:17:46 +0200 Subject: [PATCH] MANIFEST.in: add some more excludes --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 217dab938..309c1f8dc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,4 +4,6 @@ recursive-include docs * recursive-exclude docs *.pyc recursive-exclude docs *.pyo prune docs/_build +prune .travis +exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile include borg/_version.py