Exclude .git from MANIFEST.
[catagits/Catalyst-Plugin-Session-State-Cookie.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 \bMakefile$
10 \bblib
11 \bMakeMaker-\d
12 \bpm_to_blib$
13 \bblibdirs$
14 ^MANIFEST\.SKIP$
15
16 # Avoid Module::Build generated and utility files.
17 \bBuild$
18 \b_build
19 \bBuild.PL$
20
21 # Avoid temp and backup files.
22 ~$
23 \.tmp$
24 \.old$
25 \.bak$
26 \#$
27 \b\.#
28 ^..*\.sw[po]$
29 \.DS_Store$
30
31 # prereq tests may fail due to optionals
32 99_prereq\.t$
33
34 # No tarballs!
35 \.gz$
36
37 \.shipit$
38
39 ^Catalyst-Plugin-Session-State-Cookie