projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ignore coverage test debris
[imager.git]
/
.gitignore
1
*.o
2
Makefile
3
Makefile.old
4
pm_to_blib
5
blib
6
7
# generated code
8
Imager.c
9
combine.c
10
compose.c
11
conv.c
12
convert.c
13
filters.c
14
flip.c
15
gaussian.c
16
imconfig.h
17
paste.c
18
render.c
19
paste.c
20
rubthru.c
21
scale.c
22
23
# build generated files
24
*.bs
25
*/Makefile
26
27
# test generated files
28
_Inline/
29
testout/
30
31
# editor droppings
32
*~
33
.#*
34
35
# coverage testing
36
*.gcda
37
*.gcno
38
*.gcov
39
cover_db/
40
*/cover_db/
41