forked from valhalla/valhalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (69 loc) · 1.1 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
# editor temporary / backup files
*~
# built objects
valhalla_run_map_match
valhalla_meili_worker
valhalla_benchmark_admins
valhalla_build_admins
valhalla_build_connectivity
valhalla_build_tiles
valhalla_query_transit
valhalla_ways_to_edges
valhalla_build_speeds
valhalla_build_statistics
valhalla_benchmark_adjacency_list
valhalla_benchmark_loki
valhalla_benchmark_skadi
valhalla_export_edges
valhalla_loki_worker
valhalla_odin_worker
valhalla_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_pack_elevation
valhalla_add_elevation
genfiles/
locales/*.UTF-8
!locales/merge-en.sh
py-compile
__pycache__
*.la
*.o
.deps/
.dirstamp
*.lo
.libs/
libvalhalla.la
date_time_zonespec.csv
mason/
mason_packages/
# scripts
scripts/gdal-2.0.0/
scripts/gdal-2.0.0.tar.gz
# tools
.cproject
.project
.settings
CMakeLists.txt.user
/.vs*/
/*build*/
/CMakeSettings.json
.idea
/.tidytmp
vcpkg*/
*.log
# python
.venv
# clangd
.cache/
# documentation
site/
*.gph
.DS_Store