Commit | Line | Data |
---|---|---|
ac9725a3 TC |
1 | *.o |
2 | Makefile | |
7238aeae | 3 | Makefile.old |
a556912d | 4 | MANIFEST.bak |
ac9725a3 TC |
5 | pm_to_blib |
6 | blib | |
7 | ||
8 | # generated code | |
9 | Imager.c | |
10 | combine.c | |
11 | compose.c | |
12 | conv.c | |
13 | convert.c | |
14 | filters.c | |
15 | flip.c | |
16 | gaussian.c | |
17 | imconfig.h | |
18 | paste.c | |
19 | render.c | |
20 | paste.c | |
21 | rubthru.c | |
22 | scale.c | |
23 | ||
24 | # build generated files | |
25 | *.bs | |
26 | */Makefile | |
a556912d | 27 | Imager-[0-9]* |
ac9725a3 TC |
28 | |
29 | # test generated files | |
30 | _Inline/ | |
31 | testout/ | |
32 | ||
33 | # editor droppings | |
34 | *~ | |
35 | .#* | |
36 | ||
7238aeae TC |
37 | # coverage testing |
38 | *.gcda | |
39 | *.gcno | |
40 | *.gcov | |
41 | cover_db/ | |
42 | */cover_db/ | |
43 | ||
251a9c72 TC |
44 | # Win32 |
45 | */*.def | |
46 | dll.base | |
47 | dll.exp | |
48 | */dll.exp | |
49 | */dll.base | |
50 | Imager.def | |
51 | dynfilt/*.dll |