From: Karen Etheridge <ether@cpan.org>
Date: Sun, 7 Jun 2015 22:23:34 +0000 (-0700)
Subject: only ship the files that are in git, rather than every local file
X-Git-Tag: v1.000005~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ftopic%2Fconfig_improvements;p=p5sagit%2FObject-Tap.git

only ship the files that are in git, rather than every local file
---

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ff01f53
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/.ackrc
+/.build
+!/.gitignore
+/Object-Tap-*/
+/Object-Tap-*.tar.gz
diff --git a/dist.ini b/dist.ini
index 6426e72..795c650 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,9 +4,7 @@ copyright_holder    = Matt S Trout
 copyright_year      = 2014
 license             = Perl_5
    
-[GatherDir]
-[PruneCruft]
-[ManifestSkip]
+[Git::GatherDir]
 [MetaYAML]
 [MetaJSON]
 [License]