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