Normalize -'s and _'s in maint names and Makefile options
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 1325801..eb45ef6 100644 (file)
@@ -1,8 +1,13 @@
+^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile\.PL$|maint/Makefile\.PL|README$|MANIFEST$|Changes$|META\.(?:yml|json)$)
+
 # 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 +19,7 @@
 
 # for developers only :)
 ^TODO$
-^VERSIONING\.SKETCH$
+^Features_09$
 
 # Avoid Module::Build generated and utility files.
 \bBuild$
@@ -25,6 +30,7 @@
 \.tmp$
 \.old$
 \.bak$
+\..*?\.sw[po]$
 \#$
 \b\.#
 
 ^t/var
 
 # Don't ship the last dist we built :)
-\.tar\.gz$
+\.tar\.(?:gz|bz2|xz)$
 
-# Skip maint stuff
-^maint/
+# Avoid patch remnants
+\.orig$
+\.rej$
 
 # Dont use Module::Build anymore
-# Build.PL
+^Build\.PL$