Add use_moo option
[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$
c99880ce 17^MYMETA\.
8a6b44ef 18
19# Avoid Module::Build generated and utility files.
20\bBuild$
21\b_build
22
23# Avoid temp and backup files.
24~$
25\.tmp$
26\.old$
27\.bak$
dc744c9d 28\.swp$
8a6b44ef 29\#$
30\b\.#
31
32# avoid OS X finder files
33\.DS_Store$
34
fa994d3c 35# Don't ship the test junk
9643e2f1 36^t/var
fa994d3c 37^t/_dump
dc744c9d 38^t/_common_dump
fa994d3c 39^t/dbictest.db
520107ef 40^t/dbictest.db-journal
41^t/sqlite.test
42^t/sqlite.test-journal
8a6b44ef 43
44# Don't ship the last dist we built :)
45\.tar\.gz$
46
d6b34b6a 47# Skip dotfiles
48^\.
49
8a6b44ef 50# Skip maint stuff
51^maint/
c2849787 52
53# Skip coverage output
54^cover_db/
996be9ee 55
56# Don't publish the TODO file
57TODO
58
59# Don't try to add dist dirs to MANIFEST
60^DBIx-Class-Schema-Loader
3fe9c5d9 61
62# Build.PL for maint only
63Build.PL