0.08100 release
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 9184f2a..1e9b295 100644 (file)
@@ -1,3 +1,6 @@
+^(?!script/|examples/|lib/|inc/|t/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
+
+
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
@@ -14,7 +17,7 @@
 
 # for developers only :)
 ^TODO$
-^VERSIONING\.SKETCH$
+^Features_09$
 
 # Avoid Module::Build generated and utility files.
 \bBuild$
@@ -41,5 +44,9 @@
 # Skip maint stuff
 ^maint/
 
+# Avoid patch remnants
+\.orig$
+\.rej$
+
 # Dont use Module::Build anymore
-# Build.PL
+^Build.PL$