Changes list synced up through now
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 1977a1e..fa93767 100644 (file)
 \bblibdirs$
 ^MANIFEST\.SKIP$
 
+# for developers only :)
+^TODO$
+^VERSIONING\.SKETCH$
+
 # Avoid Module::Build generated and utility files.
 \bBuild$
 \b_build
 \#$
 \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 copies to .orig
+\.orig$