diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2014-11-27 20:07:24 -0500 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2014-11-27 20:07:24 -0500 |
commit | 2c364a1d4c26d6e04a7117c1573a704265f97f24 (patch) | |
tree | 850b4ede4c378c36dac0bd04505b247038d8d133 /MANIFEST.in | |
parent | 466fa8b3d8b9de2c46ef97f17dc5c4a7e2d53ac0 (diff) | |
download | ansible-2c364a1d4c26d6e04a7117c1573a704265f97f24.tar.gz |
prune vs exclude
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 9e76e56a65..948d176139 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 |