* change search_literal to use \[] when passing into search (help with binding order)
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 4d0c740..07a5968 100644 (file)
 \bblibdirs$
 ^MANIFEST\.SKIP$
 
+# for developers only :)
+^TODO$
+^Features_09$
+
 # Avoid Module::Build generated and utility files.
 \bBuild$
 \b_build
 \.tmp$
 \.old$
 \.bak$
+\..*?\.sw[po]$
 \#$
 \b\.#
 
+# avoid OS X finder files
+\.DS_Store$
+
 # Don't ship the test db
 ^t/var
 
+# Don't ship the last dist we built :)
+\.tar\.gz$
+
+# Skip maint stuff
+^maint/
+
+# Avoid patch remnants
+\.orig$
+\.rej$
+
+# Dont use Module::Build anymore
+^Build.PL$