From: Alexander Hartmaier <abraxxa@cpan.org>
Date: Thu, 20 Jan 2011 18:12:28 +0000 (+0100)
Subject: added git specific files and dirs to MANIFEST.SKIP
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c228afacf64faa7bc40f7db746ea173ca6bf66d3;p=dbsrgits%2FDBIx-Class-Tree.git

added git specific files and dirs to MANIFEST.SKIP
---

diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 94f68c6..71dd197 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -4,6 +4,8 @@
 ,v$
 \B\.svn\b
 \B\.cvsignore$
+\B\.git\b
+\B\.gitignore\b
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$