New namespace::clean to resolve the Package::Stash megafail
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 1325801..60d118c 100644 (file)
@@ -1,8 +1,14 @@
+^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
+
+
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
 ,v$
 \B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$
@@ -14,7 +20,7 @@
 
 # for developers only :)
 ^TODO$
-^VERSIONING\.SKETCH$
+^Features_09$
 
 # Avoid Module::Build generated and utility files.
 \bBuild$
@@ -25,6 +31,7 @@
 \.tmp$
 \.old$
 \.bak$
+\..*?\.sw[po]$
 \#$
 \b\.#
 
@@ -40,5 +47,9 @@
 # Skip maint stuff
 ^maint/
 
+# Avoid patch remnants
+\.orig$
+\.rej$
+
 # Dont use Module::Build anymore
-# Build.PL
+^Build.PL$