Changelogging.
[catagits/Catalyst-Plugin-Static-Simple.git] / MANIFEST.SKIP
1 # Avoid version control files.
2 \bRCS\b
3 \bCVS\b
4 ,v$
5 \B\.svn\b
6 \B\.git\b
7
8 # Avoid Makemaker generated and utility files.
9 \bMakefile$
10 \bblib
11 \bMakeMaker-\d
12 \bpm_to_blib$
13 \bblibdirs$
14 ^MANIFEST\.SKIP$
15
16 # Avoid Module::Build generated and utility files.
17 \bBuild$
18 \b_build
19
20 # Avoid temp and backup files.
21 ~$
22 \.tmp$
23 \.old$
24 \.bak$
25 \#$
26 \b\.#
27
28 # Don't ship the test db
29 ^t/var
30
31 # Module::Install can't handle files with spaces
32 t/lib/TestApp/root/files/space file.txt