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