Add MYMETA.yml
[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 ^Catalyst-Devel
6
7 # Avoid version control files.
8 \bRCS\b
9 \bCVS\b
10 ,v$
11 \B\.svn\b
12 \B\.git
13
14 # Avoid Makemaker generated and utility files.
15 \bMakefile$
16 \bblib
17 \bMakeMaker-\d
18 \bpm_to_blib$
19 \bblibdirs$
20 ^MANIFEST\.SKIP$
21
22 # Avoid Module::Build generated and utility files.
23 \bBuild$
24 \b_build
25
26 # Avoid temp and backup files.
27 ~$
28 \.tmp$
29 \.old$
30 \.bak$
31 \#$
32 \b\.#
33 ^\.DS_Store$
34
35 # Avoid Apache::Test files
36 t/conf/apache_test_config.pm
37 t/conf/extra.conf$
38 t/conf/httpd.conf
39 t/conf/mime.types
40 t/htdocs
41 t/logs
42 t/var
43
44 # No tarballs!
45 \.gz$