Version 0.10021
[catagits/Catalyst-Plugin-Authentication.git] / MANIFEST.SKIP
1 MYMETA.json
2 MYMETA.yml
3
4 # Avoid version control files.
5 \bRCS\b
6 \bCVS\b
7 ,v$
8 \B\.svn\b
9 \B\.git\b
10
11 # Avoid Makemaker generated and utility files.
12 \bMYMETA.yml$
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 \.DS_Store$
34 \.tar\.gz$
35
36 # Module::Bane
37 \bBuild.PL$
38
39 # ShipIt config
40 .shipit
41
42 # Ignore build dirs..
43 ^Catalyst-Plugin-Authentication