Exclude git files from MANIFEST.
Florian Ragwitz [Sat, 25 Apr 2009 22:08:46 +0000 (00:08 +0200)]
MANIFEST.SKIP

index b055a14..ea08ec5 100644 (file)
@@ -4,6 +4,7 @@
 \bCVS\b
 ,v$
 \B\.svn\b
+\B\.git
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$
@@ -40,4 +41,4 @@
 \.tar\.gz$
 
 # Skip maint stuff
-^maint/
\ No newline at end of file
+^maint/