From 466fa8b3d8b9de2c46ef97f17dc5c4a7e2d53ac0 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 27 Nov 2014 19:53:37 -0500 Subject: [PATCH] Make sure .git history doesn't show up in distribution --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) 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