Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-11-28 04:07:24 +0300
committerMichael DeHaan <michael.dehaan@gmail.com>2014-11-28 04:07:24 +0300
commit2c364a1d4c26d6e04a7117c1573a704265f97f24 (patch)
tree850b4ede4c378c36dac0bd04505b247038d8d133 /MANIFEST.in
parent466fa8b3d8b9de2c46ef97f17dc5c4a7e2d53ac0 (diff)
prune vs exclude
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9e76e56a650..948d1761392 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,5 +7,5 @@ recursive-include docs *
include Makefile
include VERSION
include MANIFEST.in
-exclude lib/ansible/modules/core/.git
-exclude lib/ansible/modules/extras/.git
+prune lib/ansible/modules/core/.git
+prune lib/ansible/modules/extras/.git