more work on multi-db_schema
[dbsrgits/DBIx-Class-Schema-Loader.git] / MANIFEST.SKIP
CommitLineData
8a6b44ef 1# copied over from DBIx::Class
2#
3# Avoid version control files.
4\bRCS\b
5\bCVS\b
6,v$
7\B\.svn\b
05bc357f 8\B\.git(ignore)?\b
8a6b44ef 9
10# Avoid Makemaker generated and utility files.
11\bMakefile$
12\bblib
13\bMakeMaker-\d
14\bpm_to_blib$
15\bblibdirs$
16^MANIFEST\.SKIP$
17
18# Avoid Module::Build generated and utility files.
19\bBuild$
20\b_build
21
22# Avoid temp and backup files.
23~$
24\.tmp$
25\.old$
26\.bak$
dc744c9d 27\.swp$
8a6b44ef 28\#$
29\b\.#
30
31# avoid OS X finder files
32\.DS_Store$
33
fa994d3c 34# Don't ship the test junk
35^t/_dump
dc744c9d 36^t/_common_dump
fa994d3c 37^t/dbictest.db
520107ef 38^t/dbictest.db-journal
39^t/sqlite.test
40^t/sqlite.test-journal
8a6b44ef 41
42# Don't ship the last dist we built :)
43\.tar\.gz$
44
45# Skip maint stuff
46^maint/
c2849787 47
48# Skip coverage output
49^cover_db/
996be9ee 50
51# Don't publish the TODO file
52TODO
53
54# Don't try to add dist dirs to MANIFEST
55^DBIx-Class-Schema-Loader
3fe9c5d9 56
57# Build.PL for maint only
58Build.PL