preserve $self->{name} in mk_app if defined
[catagits/Catalyst-Devel.git] / MANIFEST.SKIP
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 # Avoid version control files.
6 \bRCS\b
7 \bCVS\b
8 ,v$
9 \B\.svn\b
10 \B\.git
11
12 # Avoid Makemaker generated and utility files.
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 ^\.DS_Store$
32
33 # Avoid Apache::Test files
34 t/conf/apache_test_config.pm
35 t/conf/extra.conf$
36 t/conf/httpd.conf
37 t/conf/mime.types
38 t/htdocs
39 t/logs
40 t/var
41
42 # No tarballs!
43 \.gz$