Merge branch 'master' into 0.08
[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 \B\.git(ignore)?\b
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$
27 \.swp$
28 \#$
29 \b\.#
30
31 # avoid OS X finder files
32 \.DS_Store$
33
34 # Don't ship the test junk
35 ^t/_dump
36 ^t/_common_dump
37 ^t/dbictest.db
38 ^t/dbictest.db-journal
39 ^t/sqlite.test
40 ^t/sqlite.test-journal
41
42 # Don't ship the last dist we built :)
43 \.tar\.gz$
44
45 # Skip maint stuff
46 ^maint/
47
48 # Skip coverage output
49 ^cover_db/
50
51 # Don't publish the TODO file
52 TODO
53
54 # Don't try to add dist dirs to MANIFEST
55 ^DBIx-Class-Schema-Loader
56
57 # Build.PL for maint only
58 Build.PL