Updated manifest
[catagits/Catalyst-Runtime.git] / MANIFEST.SKIP
1 # Avoid version control files.
2 \bRCS\b
3 \bCVS\b
4 ,v$
5 \B\.svn\b
6
7 # Avoid Makemaker generated and utility files.
8 \bMakefile$
9 \bblib
10 \bMakeMaker-\d
11 \bpm_to_blib$
12 \bblibdirs$
13 ^MANIFEST\.SKIP$
14
15 # Avoid Module::Build generated and utility files.
16 \bBuild$
17 \b_build
18
19 # Avoid temp and backup files.
20 ~$
21 \.tmp$
22 \.old$
23 \.bak$
24 \#$
25 \b\.#
26
27 # Avoid Apache::Test files
28 t/conf/apache_test_config.pm
29 t/conf/extra.conf
30 t/conf/httpd.conf
31 t/conf/mime.types
32 t/htdocs
33 t/logs
34 t/var