Version 0.31
[catagits/Catalyst-Plugin-Session.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 \bIDEAS.txt$
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 \#$
28 \b\.#
29 ^..*\.sw[po]$
30
31 # prereq tests may fail due to optionals
32 99_prereq\.t$
33
34 # Module::Bane
35 \bBuild.PL$
36
37 # Shipit conf
38 .shipit
39
40 ^Catalyst-Plugin-Session-.*