]> git.imager.perl.org - imager.git/blob - .gitignore
ignore build and test products
[imager.git] / .gitignore
1 *.o
2 Makefile
3 pm_to_blib
4 blib
5
6 # generated code
7 Imager.c
8 combine.c
9 compose.c
10 conv.c
11 convert.c
12 filters.c
13 flip.c
14 gaussian.c
15 imconfig.h
16 paste.c
17 render.c
18 paste.c
19 rubthru.c
20 scale.c
21
22 # build generated files
23 *.bs
24 */Makefile
25
26 # test generated files
27 _Inline/
28 testout/
29
30 # editor droppings
31 *~
32 .#*
33