Check truth of preserve_case not definedness
[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
9643e2f1 35^t/var
fa994d3c 36^t/_dump
dc744c9d 37^t/_common_dump
fa994d3c 38^t/dbictest.db
520107ef 39^t/dbictest.db-journal
40^t/sqlite.test
41^t/sqlite.test-journal
8a6b44ef 42
43# Don't ship the last dist we built :)
44\.tar\.gz$
45
46# Skip maint stuff
47^maint/
c2849787 48
49# Skip coverage output
50^cover_db/
996be9ee 51
52# Don't publish the TODO file
53TODO
54
55# Don't try to add dist dirs to MANIFEST
56^DBIx-Class-Schema-Loader
3fe9c5d9 57
58# Build.PL for maint only
59Build.PL