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