summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 450ce43474e2ae5a407c0112a32333cf66c2d844 (plain)
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
*.swp
/INSTALL
Makefile
Makefile.in
/aclocal.m4
/autom4te.cache/
/data/cairomm-*.pc
.deps/
.dirstamp
.libs/
/configure
/configure.lineno
/config.log
/config.status
stamp-h?
/cairommconfig.h
/cairomm-*.tar.*

/docs/doc-install.pl
/docs/doc-postprocess.pl
/docs/doxygen.css
/docs/doxygen-extra.css
/docs/tagfile-to-devhelp2.xsl

/docs/reference/Doxyfile
/docs/reference/cairomm_doxygen_tags
/docs/reference/cairomm-*.devhelp2
/docs/reference/cairomm-*.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
/tests/*.log
/tests/*.trs
/tests/test.pdf
/tests/test.ps

/build/compile
/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
/build/test-driver
/releases/
/tags

# generated by examples
image.pdf
image.png
image.ps
image.svg
text-rotate.png
toy-text.png
user-font.png

# Windows
MSVC_NMake/vs14/
MSVC_NMake/vs15/
MSVC_NMake/vs16/
MSVC_NMake/cairomm/cairommconfig.h
MSVC_NMake/cairomm/cairomm.rc
MSVC_NMake/pkg-ver.mak

# untracked/
untracked/build_scripts/
untracked/docs/