Version 0.16.
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / MANIFEST.SKIP
1 # Avoid version control files.
2 \bRCS\b
3 \bCVS\b
4 ,v$
5 \B\.svn\b
6 \B\.git\b
7 \B\.gitignore\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 \bBuild.PL$
21
22 # Avoid temp and backup files.
23 ~$
24 \.tmp$
25 \.old$
26 \.bak$
27 \#$
28 \b\.#
29 ^..*\.sw[po]$
30 \.DS_Store$
31
32 # prereq tests may fail due to optionals
33 99_prereq\.t$
34
35 # No tarballs!
36 \.gz$
37
38 \.shipit$
39
40 ^Catalyst-Plugin-Session-State-Cookie