-
Notifications
You must be signed in to change notification settings - Fork 55
/
.gitignore
183 lines (165 loc) · 2.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
*~
# /
/ABOUT-NLS
/Makefile.in
/Makefile
/aclocal.m4
/autom4te.cache
/configure
/config.log
/config.status
/config.guess
/config.rpath
/config.sub
/depcomp
/gtk-doc.make
/gtk-doc.m4
/install-sh
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
/INSTALL
/missing
/mkinstalldirs
/omf.make
/viking.spec
/mingw32-viking.spec
/mingw64-viking.spec
/xmldocs.make
/test-driver
/compile
# make dist output:
viking-*tar.bz2
viking-*tar.gz
viking-*zip
# data/
data/Makefile
data/Makefile.in
# /doc/
/doc/Makefile.in
/doc/Makefile
# /doc/dev/
/doc/dev/Makefile.in
/doc/dev/Makefile
# doc/examples/
doc/examples/Makefile
doc/examples/Makefile.in
# doc/reference/
doc/reference/Makefile
doc/reference/Makefile.in
doc/reference/xml
doc/reference/html*
doc/reference/tmpl*
doc/reference/viking*
doc/reference/sgml*
doc/reference/*stamp
# help/
help/viking.1
help/viking.xml
# help/C/
help/C/viking.pdf
help/C/*html
# /src/
/src/.deps
/src/Makefile.in
/src/Makefile
/src/*.o
/src/NEWS.h
/src/authors.h
/src/config.h
/src/config.h.in
/src/libviking.a
/src/stamp-h1
/src/viking
/src/viking.exe
/src/viking.desktop
/src/vikenumtypes.h
/src/vikenumtypes.c
/src/documenters.h
# /src/libjpeg
/src/libjpeg/*.o
/src/libjpeg/.deps
/src/libjpeg/.dirstamp
# /src/icons/
/src/icons/.deps
/src/icons/Makefile.in
/src/icons/Makefile
/src/icons/*.h
/src/icons/icons.c
/src/icons/icons.o
/src/icons/libicons.a
# src/misc/
src/misc/.deps
src/misc/.dirstamp
src/misc/*.o
# /test/
/test/.deps
/test/Makefile.in
/test/Makefile
/test/*.o
/test/*.sh.log
/test/*.sh.trs
/test/test-suite.log
/test/geojson_osrm_to_gpx
/test/geotag_read
/test/geotag_write
/test/gpx2gpx
/test/degrees_converter
/test/test_vikgotoxmltool
/test/test_md5_hash
/test/test_metatile
/test/test_coord_conversion
/test/test_babel
/test/test_file_load
/test/test_time
/test/test_decimal_output
/test/test_parse_latlon
/test/vik2vik
# /po/
/po/Makefile.in.in
/po/Makefile.in
/po/Makefile
/po/*.gmo
/po/POTFILES
/po/.intltool-merge-cache
/po/stamp-it
/po/Makevars.template
/po/Rules-quot
/po/boldquot.sed
/po/insert-header.sin
/po/quot.sed
/po/remove-potcdate.sin
/po/viking/
/po/viking.pot
# tools/
tools/Makefile.in
tools/Makefile
# m4/
m4/*m4
# windows/
windows/Makefile
windows/Makefile.in
windows/installer/Makefile
windows/installer/Makefile.in
windows/installer/pixmaps/Makefile
windows/installer/pixmaps/Makefile.in
windows/installer/pixmaps/*o
windows/installer/translations/Makefile
windows/installer/translations/Makefile.in
windows/installer/viking*.exe
# Flatpak stuff
.flatpak-builder/
flatpak/
flatpakrepo/
viking*.flatpak
# Bind-mounted .cache/viking and .config/viking
.cache/viking/**
.config/viking/**
!.keep