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