diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2014-11-28 01:53:37 +0100 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2014-11-28 01:53:37 +0100 |
commit | 466fa8b3d8b9de2c46ef97f17dc5c4a7e2d53ac0 (patch) | |
tree | 3ce9b5b84f43d23c30d3b7ea1d8edd2c05701f7d /MANIFEST.in | |
parent | Update releases (diff) | |
download | ansible-466fa8b3d8b9de2c46ef97f17dc5c4a7e2d53ac0.tar.xz ansible-466fa8b3d8b9de2c46ef97f17dc5c4a7e2d53ac0.zip |
Make sure .git history doesn't show up in distribution
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
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 |