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