-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
103 lines (95 loc) · 1.89 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
*.swp
/INSTALL
Makefile
Makefile.in
/aclocal.m4
/autom4te.cache/
/data/cairomm-1.0.pc
/data/cairomm-ft-1.0.pc
/data/cairomm-pdf-1.0.pc
/data/cairomm-png-1.0.pc
/data/cairomm-ps-1.0.pc
/data/cairomm-svg-1.0.pc
/data/cairomm-xlib-1.0.pc
/data/cairomm-xlib-xrender-1.0.pc
/data/cairomm-win32-1.0.pc
/data/cairomm-win32-font-1.0.pc
/data/cairomm-quartz-1.0.pc
/data/cairomm-quartz-font-1.0.pc
/data/cairomm-quartz-image-1.0.pc
.deps/
.dirstamp
.libs/
/configure
/configure.lineno
/config.log
/config.status
stamp-h?
/cairommconfig.h
/cairomm-*.tar.*
/MSVC_Net2005/cairomm/cairomm.rc
/MSVC_Net2005/cairomm/cairommconfig.h
/MSVC_Net2008/cairomm/cairomm.rc
/MSVC_Net2008/cairomm/cairommconfig.h
/MSVC_Net2010/cairomm/cairomm.rc
/MSVC_Net2010/cairomm/cairommconfig.h
/docs/doc-install.pl
/docs/doc-postprocess.pl
/docs/doxygen.css
/docs/tagfile-to-devhelp2.xsl
/docs/reference/Doxyfile
/docs/reference/cairomm_doxygen_tags
/docs/reference/cairomm-1.0.devhelp2
/docs/reference/cairomm-1.0.tag
/docs/reference/doxygen.log
/docs/reference/doxygen-output.txt
/docs/reference/doxygen-warnings.txt
/docs/reference/html
/docs/reference/undocumented.txt
/install-sh
/libtool
/ltmain.sh
/build/missing
*.[ao]
*.l[ao]
/examples/surfaces/pdf-surface
/examples/surfaces/image-surface
/examples/surfaces/ps-surface
/examples/surfaces/svg-surface
/examples/text/text-rotate
/examples/text/toy-text
/examples/text/user-font
/tests/test-context
/tests/test-font-face
/tests/test-surface
/tests/test-scaled-font
/tests/test-font-options
/tests/test-matrix
/tests/test-user-font
/build/config.*
/build/depcomp
/build/install-sh
/build/ltmain.sh
/build/compile-binding.am
/build/dist-changelog.am
/build/doc-reference.am
/build/generate-binding.am
/build/libtool.m4
/build/lt*.m4
/releases/
/tags
# generated by examples
image.pdf
image.png
image.ps
image.svg
text-rotate.png
toy-text.png
user-font.png
# Windows
*.exe
*.user
*.ncb
*.suo
Debug
Release