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 | |
27 | rubthru.c | |
28 | scale.c | |
29 | ||
30 | # build generated files | |
31 | *.bs | |
32 | */Makefile | |
a556912d | 33 | Imager-[0-9]* |
ac9725a3 TC |
34 | |
35 | # test generated files | |
36 | _Inline/ | |
37 | testout/ | |
38 | ||
39 | # editor droppings | |
40 | *~ | |
41 | .#* | |
42 | ||
7238aeae TC |
43 | # coverage testing |
44 | *.gcda | |
45 | *.gcno | |
46 | *.gcov | |
47 | cover_db/ | |
48 | */cover_db/ | |
49 | ||
251a9c72 TC |
50 | # Win32 |
51 | */*.def | |
8ec8ec3f TC |
52 | */*_def.old |
53 | */*.exe | |
251a9c72 TC |
54 | dll.base |
55 | dll.exp | |
56 | */dll.exp | |
57 | */dll.base | |
58 | Imager.def | |
8ec8ec3f | 59 | Imager_def.old |
251a9c72 | 60 | dynfilt/*.dll |