]> git.imager.perl.org - imager.git/blob - PNG/MANIFEST.SKIP
fix an unsigned comparison when converting character code to a glyph index with a...
[imager.git] / PNG / MANIFEST.SKIP
1 # build products
2 \.o$
3 \.bs$
4 ^PNG\.c$
5 ^blib/
6 ^pm_to_blib$
7 ^Makefile$
8 ^Makefile\.old$
9 ^MANIFEST\.bak$
10
11 # test products
12 ^testout
13 \.gcov$
14 \.gcda$
15 \.gcno$
16
17
18 # system
19 ^\.svn/
20 /\.svn/
21
22 # editor
23 ^#
24 ~$
25
26 ^\.gitignore$
27
28 # Win32 junk
29 \.exe$
30 ^dll\.(base|exp)$
31 ^PNG\.def$
32 ^PNG_def\.old$