-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (92 loc) · 1.58 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
*.o
.DS_Store
/.vagrant/
/Dockerfile
/Dockerfile-postgis
/Dockerfile-tile-server
/Dockerfile-trixie
/INSTALL
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache/
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/doc/Makefile
/doc/Makefile.in
/doc/mdate-sh
/doc/stamp-1
/doc/stamp-vti
/doc/texinfo.tex
/doc/trip-server.html/
/doc/trip-server.info
/doc/trip-server.pdf
/doc/trip-server.t2p/
/doc/trip-user-guide.html/
/doc/trip-user-guide.info
/doc/trip-user-guide.pdf
/doc/trip-user-guide.t2p/
/doc/version-ug.texi
/doc/version.texi
/docker-build.sh
/docker-compose.yml
/docker-entrypoint.sh
/install-sh
/missing
/po/*.gmo
/po/*.mo
/po/Makefile
/po/Makefile.in
/po/Makevars.template
/po/POTFILES
/po/en@boldquot.insert-header
/po/en@boldquot.po
/po/en@quot.insert-header
/po/en@quot.po
/po/remove-potcdate.sed
/po/stamp-it
/po/stamp-po
/po/trip.pot
/provisioning/downloads/
/resources/static/bootstrap-*
/resources/static/open-location-code-*
/resources/static/openlayers-*
/resources/static/proj4js-*
/resources/static/zxcvbn-*
/src/.deps/
/src/Makefile
/src/Makefile.in
/src/test_dao_helper
/src/test_date_utils
/src/test_debug_utils
/src/test_elevation_tile
/src/test_file_utils
/src/test_geo_utils
/src/test_http_request
/src/test_pagination
/src/test_pool
/src/test_tracking
/src/test_uri_utils
/src/test_uuid
/src/trip
/src/trip-server
/stamp-h1
/tests/Makefile
/tests/Makefile.in
/tests/atconfig
/tests/package.m4
/tests/testsuite
/tests/testsuite.log
/trip-*.sha256sums
/trip-*.tar.?z
/trip-*.tar.bz2
/trip-*.tar.sha256sums
/trip-*.tar.zst
/trip-*.zip