add TODO on constraint check
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 261402e..972ae18 100644 (file)
 \bblibdirs$
 ^MANIFEST\.SKIP$
 
+# for developers only :)
+^TODO$
+^VERSIONING\.SKETCH$
+
 # Avoid Module::Build generated and utility files.
 \bBuild$
 \b_build
@@ -21,6 +25,7 @@
 \.tmp$
 \.old$
 \.bak$
+\..*?\.sw[po]$
 \#$
 \b\.#
 
 
 # Don't ship the last dist we built :)
 \.tar\.gz$
+
+# Skip maint stuff
+^maint/
+
+# Avoid copies to .orig
+\.orig$
+
+# Dont use Module::Build anymore
+^Build.PL$