updated version and changlog in prep for release
[catagits/Catalyst-Plugin-Session.git] / MANIFEST.SKIP
1 \bMYMETA.yml\b
2 \bMYMETA.json\b
3
4 # Avoid version control files.
5 \bRCS\b
6 \bCVS\b
7 ,v$
8 \B\.svn\b
9 \B\.git\b
10 \B\.gitignore\b
11 \bIDEAS.txt$
12
13 # Avoid Makemaker generated and utility files.
14 \bMakefile$
15 \bblib
16 \bMakeMaker-\d
17 \bpm_to_blib$
18 \bblibdirs$
19 ^MANIFEST\.SKIP$
20
21 # Avoid Module::Build generated and utility files.
22 \bBuild$
23 \b_build
24
25 # Avoid temp and backup files.
26 ~$
27 \.tmp$
28 \.old$
29 \.bak$
30 \#$
31 \b\.#
32 ^..*\.sw[po]$
33
34 # prereq tests may fail due to optionals
35 99_prereq\.t$
36
37 # Module::Bane
38 \bBuild.PL$
39
40 # Shipit conf
41 .shipit
42
43 ^Catalyst-Plugin-Session-.*