forked from valhalla/valhalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
208 lines (202 loc) · 3.38 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# editor temporary / backup files
*~
# artefacts from autotools
INSTALL
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.guess
config.sub
config.log
config.status
configure
install-sh
missing
depcomp
Makefile
valhalla/config.h
valhalla/config.h.in
valhalla/stamp-h1
ltmain.sh
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
libtool
libvalhalla.pc
# built objects
valhalla_run_map_match
valhalla_map_match_service
valhalla_meili_worker
valhalla_benchmark_admins
valhalla_build_admins
valhalla_build_connectivity
valhalla_build_tiles
valhalla_build_transit
valhalla_query_transit
valhalla_ways_to_edges
valhalla_build_speeds
valhalla_build_statistics
valhalla_benchmark_adjacency_list
valhalla_benchmark_loki
valhalla_benchmark_skadi
valhalla_elevation_service
valhalla_export_edges
valhalla_loki_worker
valhalla_odin_worker
valhalla_route_service
valhalla_validate_transit
valhalla_run_matrix
valhalla_run_isochrone
valhalla_run_route
valhalla_path_comparison
valhalla_skadi_worker
valhalla_thor_worker
valhalla_tyr_worker
valhalla_associate_segments
valhalla_fetch_transit
valhalla/proto
src/proto
genfiles/
locales/*.UTF-8
py-compile
*.la
*.o
.deps/
.dirstamp
*.lo
.libs/
libvalhalla.la
date_time_zonespec.csv
valhalla/valhalla.h
# tests
test/*.log
test/*.trs
test-suite.log
test-driver
test/point2
test/linesegment2
test/distanceapproximator
test/aabb2
test/obb2
test/ellipse
test/vector2
test/polyline2
test/pointll
test/encode
test/tiles
test/aabbll
test/tilehierarchy
test/util_midgard
test/logging
test/sequence
test/grid
test/gridded_data
test/location
test/admin
test/datetime
test/directededge
test/double_bucket_queue
test/edgecollapser
test/laneconnectivity
test/graphid
test/tilehierarchy
test/graphtile
test/nodeinfo
test/streetname
test/streetnames
test/streetname_us
test/streetnames_us
test/streetnames_factory
test/graphreader
test/turn
test/json
test/verbal_text_formatter
test/verbal_text_formatter_us
test/verbal_text_formatter_us_co
test/verbal_text_formatter_us_tx
test/factory
test/geometry_helpers
test/grid_range_query
test/map_matching
test/queue
test/routing
test/viterbi_search
test/geojson_reader
test/geojson_writer
test/grid_traversal
test/map_matcher_factory
test/data/*.hgt
test/sample
test/util_skadi
test/test_config*
test/edgeinfobuilder
test/uniquenames
test/idtable
test/graphtilebuilder
test/graphbuilder
test/names
test/refs
test/graphparser
test/signinfo
test/utrecht
test/countryaccess
test/maneuversbuilder
test/narrativebuilder
test/util_tyr
test/navigator
test/enhancedtrippath
test/sign
test/signs
test/util_odin
test/narrative_dictionary
test/edgestatus
test/optimizer
test/astar
test/trip_path_controller
test/data/bin_tiles/bin/*
test/data/amsterdam_tiles
test/data/utrecht_tiles
test/search
test/search_tiles/
test/node_search
test/node_search_tiles/
test/test_config
test/serializers
test/loki_service
test/skadi_service
test/thor_service
test/traffic_matcher
test/attributes_controller
test/edge_elevation
test/autocost
test/bicyclecost
test/pedestriancost
test/transitcost
test/truckcost
test/actor
test/mapmatch
test/matrix
test_requests/duane_routes.txt
run_route_scripts/results/20*
EdgeInfoBuilder_TestWriteRead.gph
AdminInfoBuilder_TestWriteRead.gph
loop_ways.txt
*.bin
duplicateways.txt
connectivity*
nodes.nd
# scripts
scripts/gdal-2.0.0/
scripts/gdal-2.0.0.tar.gz
# test coverage stuff
*.gcno
*.gcda
coverage.info
coverage/
# tools
.cproject
.project
.settings