forked from GNOME/librsvg
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
73 lines (65 loc) · 944 Bytes
/
.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
# compiled objects
*.o
*.lo
*.la
tools/test-performance
tools/rsvg-dimensions
gdk-pixbuf-loader/rsvg-loader
librsvg-zip
rsvg-convert
rsvg-view-3
# generated files
*.gir
*.loaders
*.pc
*.thumbnailer
*.typelib
*.vapi
librsvg-enum-types.c
librsvg-enum-types.h
librsvg-features.h
s-enum-types-c
s-enum-types-h
# test files
tests/*.log
tests/*.trs
tests/crash
tests/dimensions
tests/loading
tests/render-crash
tests/rsvg-test
tests/styles
# autotools generated files
Makefile.in
Makefile
aclocal.m4
configure
config.*
gtk-doc.make
libtool
stamp-h1
autom4te.cache/
build-aux/*
m4/l*
m4/gtk-doc.m4
m4/introspection.m4
m4/pkg.m4
.deps/
.libs/
.dirstamp
# documentation generated files
doc/*.stamp
doc/*.bak
doc/html
doc/xml
doc/rsvg-decl-list.txt
doc/rsvg-decl.txt
doc/rsvg-undeclared.txt
doc/rsvg-undocumented.txt
doc/rsvg-unused.txt
doc/rsvg.args
doc/rsvg.hierarchy
doc/rsvg.interfaces
doc/rsvg.prerequisites
doc/rsvg.signals
doc/version.xml