Fix autor deps for Test::NoTabs
[catagits/Catalyst-Plugin-Authentication.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
8 # Avoid Makemaker generated and utility files.
9 \bMYMETA.yml$
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
21 # Avoid temp and backup files.
22 ~$
23 \.tmp$
24 \.old$
25 \.bak$
26 \#$
27 \b\.#
28 ^..*\.sw[po]$
29
30 \.DS_Store$
31 \.tar\.gz$
32
33 # Module::Bane
34 \bBuild.PL$
35
36 # ShipIt config
37 .shipit
38
39 # Ignore build dirs..
40 ^Catalyst-Plugin-Authentication