Merge 'trunk' into 'current'
[dbsrgits/DBIx-Class-Schema-Loader.git] / MANIFEST.SKIP
index d25803e..84c323a 100644 (file)
 # avoid OS X finder files
 \.DS_Store$
 
-# Don't ship the test db
-^t/var
+# Don't ship the test junk
+^t/_dump
+^t/dbictest.db
+^t/dbictest.db-journal
+^t/sqlite.test
+^t/sqlite.test-journal
 
 # Don't ship the last dist we built :)
 \.tar\.gz$
 
 # Skip maint stuff
 ^maint/
+
+# Skip coverage output
+^cover_db/
+
+# Don't publish the TODO file
+TODO
+
+# Don't try to add dist dirs to MANIFEST
+^DBIx-Class-Schema-Loader