get rid of an empty trailing hashref if appropriate
[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
8
9# Avoid Makemaker generated and utility files.
10\bMakefile$
11\bblib
12\bMakeMaker-\d
13\bpm_to_blib$
14\bblibdirs$
15^MANIFEST\.SKIP$
16
17# Avoid Module::Build generated and utility files.
18\bBuild$
19\b_build
20
21# Avoid temp and backup files.
22~$
23\.tmp$
24\.old$
25\.bak$
26\#$
27\b\.#
28
29# avoid OS X finder files
30\.DS_Store$
31
32# Don't ship the test db
33^t/var
34
35# Don't ship the last dist we built :)
36\.tar\.gz$
37
38# Skip maint stuff
39^maint/
c2849787 40
41# Skip coverage output
42^cover_db/
996be9ee 43
44# Don't publish the TODO file
45TODO
46
47# Don't try to add dist dirs to MANIFEST
48^DBIx-Class-Schema-Loader