Exclude .git from MANIFEST.
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / MANIFEST.SKIP
CommitLineData
81eb8ebf 1# Avoid version control files.
2\bRCS\b
3\bCVS\b
4,v$
5\B\.svn\b
cb0dcd8d 6\B\.git\b
81eb8ebf 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
e84f7667 19\bBuild.PL$
81eb8ebf 20
21# Avoid temp and backup files.
22~$
23\.tmp$
24\.old$
25\.bak$
26\#$
27\b\.#
28^..*\.sw[po]$
e84f7667 29\.DS_Store$
724a6173 30
31# prereq tests may fail due to optionals
3299_prereq\.t$
431c1b4b 33
e84f7667 34# No tarballs!
35\.gz$
602b9593 36
37\.shipit$
38
d1caa5f8 39^Catalyst-Plugin-Session-State-Cookie