Commit some debugging code
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 1325801..07a5968 100644 (file)
@@ -14,7 +14,7 @@
 
 # for developers only :)
 ^TODO$
-^VERSIONING\.SKETCH$
+^Features_09$
 
 # Avoid Module::Build generated and utility files.
 \bBuild$
@@ -25,6 +25,7 @@
 \.tmp$
 \.old$
 \.bak$
+\..*?\.sw[po]$
 \#$
 \b\.#
 
@@ -40,5 +41,9 @@
 # Skip maint stuff
 ^maint/
 
+# Avoid patch remnants
+\.orig$
+\.rej$
+
 # Dont use Module::Build anymore
-# Build.PL
+^Build.PL$