add TODO on constraint check
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 94080e9..972ae18 100644 (file)
@@ -14,6 +14,7 @@
 
 # for developers only :)
 ^TODO$
+^VERSIONING\.SKETCH$
 
 # Avoid Module::Build generated and utility files.
 \bBuild$
@@ -24,6 +25,7 @@
 \.tmp$
 \.old$
 \.bak$
+\..*?\.sw[po]$
 \#$
 \b\.#
 
@@ -38,3 +40,9 @@
 
 # Skip maint stuff
 ^maint/
+
+# Avoid copies to .orig
+\.orig$
+
+# Dont use Module::Build anymore
+^Build.PL$