Exclude .git from MANIFEST.
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / MANIFEST.SKIP
index 2fb8e56..494efc9 100644 (file)
@@ -3,6 +3,7 @@
 \bCVS\b
 ,v$
 \B\.svn\b
+\B\.git\b
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$
@@ -15,6 +16,7 @@
 # Avoid Module::Build generated and utility files.
 \bBuild$
 \b_build
+\bBuild.PL$
 
 # Avoid temp and backup files.
 ~$
 \#$
 \b\.#
 ^..*\.sw[po]$
+\.DS_Store$
 
 # prereq tests may fail due to optionals
 99_prereq\.t$
+
+# No tarballs!
+\.gz$
+
+\.shipit$
+
+^Catalyst-Plugin-Session-State-Cookie