Merge 'trunk' into 'helper_refactor'
[catagits/Catalyst-Devel.git] / MANIFEST.SKIP
CommitLineData
68c71e9e 1# Ignore INSTALL.SKIP, used to stop getting .svn directories copied into
2# blib/, but not in a built dist (i.e. not used outside of author mode).
3^INSTALL.SKIP
4
5# Ignore gsoc docs
6^gsoc
7
68ccb5e5 8# Avoid version control files.
9\bRCS\b
10\bCVS\b
11,v$
12\B\.svn\b
81ac0252 13\B\.git
68ccb5e5 14
15# Avoid Makemaker generated and utility files.
16\bMakefile$
17\bblib
18\bMakeMaker-\d
19\bpm_to_blib$
20\bblibdirs$
21^MANIFEST\.SKIP$
22
23# Avoid Module::Build generated and utility files.
24\bBuild$
25\b_build
26
27# Avoid temp and backup files.
28~$
29\.tmp$
30\.old$
31\.bak$
32\#$
33\b\.#
34^\.DS_Store$
35
36# Avoid Apache::Test files
37t/conf/apache_test_config.pm
38t/conf/extra.conf$
39t/conf/httpd.conf
40t/conf/mime.types
41t/htdocs
42t/logs
43t/var
44
45# No tarballs!
46\.gz$