I don't need .gitignore in my dist, ta
[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 \B\.gitignore\b
8
9 # Avoid Makemaker generated and utility files.
10 \bMakefile$
11 \bblib
12 \bMakeMaker-\d
13 \bpm_to_blib$
14 \bblibdirs$
15 ^MANIFEST\.SKIP$
16
17 # Avoid Module::Build generated and utility files.
18 \bBuild$
19 \b_build
20
21 # Avoid temp and backup files.
22 ~$
23 \.tmp$
24 \.old$
25 \.bak$
26 \#$
27 \b\.#
28
29 # Don't ship the test db
30 ^t/var
31
32 # Module::Install can't handle files with spaces
33 t/lib/TestApp/root/files/space file.txt