diff options
author | Ryan S. Brown <sb@ryansb.com> | 2016-12-16 15:35:01 -0500 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-12-22 16:03:33 -0800 |
commit | a65f1a5c25e8ebb578415ec0175313221c513ba5 (patch) | |
tree | df2eec0ff860d3e6b6ee75bd2a19fd3d796026e2 /MANIFEST.in | |
parent | dc71f28642b10afb1bab14e36e12461aadb3390c (diff) | |
download | ansible-a65f1a5c25e8ebb578415ec0175313221c513ba5.tar.gz |
Remove the `ignore` rules from MANIFEST.in for modules-core/extras repos
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index a5e29c9a43..fde6d7af80 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,7 +18,3 @@ include MANIFEST.in include CHANGELOG.md include contrib/README.md recursive-include contrib/inventory * -exclude lib/ansible/modules/core/.git* -exclude lib/ansible/modules/extras/.git* -prune lib/ansible/modules/core/.git -prune lib/ansible/modules/extras/.git |