Better test coverage
[dbsrgits/DBIx-Class-Schema-Loader.git] / MANIFEST.SKIP
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 junk
33 ^t/_dump
34 ^t/dbictest.db
35
36 # Don't ship the last dist we built :)
37 \.tar\.gz$
38
39 # Skip maint stuff
40 ^maint/
41
42 # Skip coverage output
43 ^cover_db/
44
45 # Don't publish the TODO file
46 TODO
47
48 # Don't try to add dist dirs to MANIFEST
49 ^DBIx-Class-Schema-Loader