projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
the rubthrough() method now supports destination images with an alpha
[imager.git]
/
MANIFEST.SKIP
1
# svn work files'
2
^\.svn\b
3
/\.svn\b
4
5
# editor trash
6
~$
7
^\#.*\#$
8
9
# stuff we don't distribute
10
^TODO$
11
^STATUS$
12
^\.cvsignore$
13
/\.cvsignore$
14
^announce/
15
^bench/
16
^design/
17
^fileformatdocs/
18
^extraimages/
19
^fontfiles/.*\.sfd$
20
21
# might distribute one day
22
^tools/imager$
23
24
# trash left by Inline::C
25
^_Inline/
26
27
# build trash
28
Makefile$
29
Makefile\.old
30
\bpm_to_blib$
31
\.o$
32
^testout
33
^blib/
34
^Flines/Flines\.c$
35
^Imager\.c$
36
^Mandelbrot/Mandelbrot\.c$
37
^CountColor/CountColor\.c$
38
^DynTest/DynTest\.c$
39
^dynfilt/.*\.(so|dll)$
40
\.bs$
41
^meta\.tmp$
42
/meta\.tmp$
43
^imconfig\.h$
44
^ICO/ICO\.c$
45
^ICO/testout
46
^rubthru\.c$
47
48
# trash from profiling
49
\.gcno$
50
\.gcda$
51
\.gcov$