c62cf449e5dd150fc259c0d8c1ed3a39d339ac39
[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 ^\.DS_Store$
27
28 # Avoid Apache::Test files
29 t/conf/apache_test_config.pm
30 t/conf/extra.conf$
31 t/conf/httpd.conf
32 t/conf/mime.types
33 t/htdocs
34 t/logs
35 t/var
36
37 # No tarballs!
38 \.gz$