summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-11-27 19:53:37 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2014-11-27 19:53:37 -0500
commit466fa8b3d8b9de2c46ef97f17dc5c4a7e2d53ac0 (patch)
tree3ce9b5b84f43d23c30d3b7ea1d8edd2c05701f7d /MANIFEST.in
parent86202b9fe3d01e693124f8873ae9fe4e32afcd46 (diff)
downloadansible-466fa8b3d8b9de2c46ef97f17dc5c4a7e2d53ac0.tar.gz
Make sure .git history doesn't show up in distribution
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 5fdfe50f34..9e76e56a65 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,3 +7,5 @@ recursive-include docs *
include Makefile
include VERSION
include MANIFEST.in
+exclude lib/ansible/modules/core/.git
+exclude lib/ansible/modules/extras/.git