]> git.imager.perl.org - imager.git/blob - MANIFEST.SKIP
- document Imager::Filter::Mandelbrot
[imager.git] / MANIFEST.SKIP
1 # svn work files'
2 ^\.svn\b
3 /\.svn\b
4
5 # editor trash
6 ~$
7
8 # stuff we don't distribute
9 ^TODO$
10 ^STATUS$
11 ^\.cvsignore$
12 /\.cvsignore$
13 ^announce/
14 ^bench/
15 ^design/
16 ^fileformatdocs/
17 ^extraimages/
18 ^fontfiles/.*\.sfd$
19
20 # might distribute one day
21 ^tools/imager$
22
23 # trash left by Inline::C
24 ^_Inline/
25
26 # build trash
27 Makefile$
28 Makefile\.old
29 \bpm_to_blib$
30 \.o$
31 ^testout
32 ^blib/
33 ^Imager\.c$
34 ^Mandelbrot/Mandelbrot\.c$
35 ^CountColor/CountColor\.c$
36 ^DynTest/DynTest\.c$
37 ^dynfilt/.*\.(so|dll)$
38 \.bs$
39 ^meta\.tmp$
40 /meta\.tmp$
41 ^imconfig\.h$