more work on multi-db_schema
[dbsrgits/DBIx-Class-Schema-Loader.git] / MANIFEST.SKIP
index 9d68608..e4b396b 100644 (file)
@@ -5,6 +5,7 @@
 \bCVS\b
 ,v$
 \B\.svn\b
+\B\.git(ignore)?\b
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$
 \.tmp$
 \.old$
 \.bak$
+\.swp$
 \#$
 \b\.#
 
 # avoid OS X finder files
 \.DS_Store$
 
-# Don't ship the test db
-^t/var
+# Don't ship the test junk
+^t/_dump
+^t/_common_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 coverage output
 ^cover_db/
+
+# Don't publish the TODO file
+TODO
+
+# Don't try to add dist dirs to MANIFEST
+^DBIx-Class-Schema-Loader
+
+# Build.PL for maint only
+Build.PL