-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitignore
87 lines (84 loc) · 1.44 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
.dirstamp
COPYING
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.log
config.status
config.guess
config.sub
configure
compile
depcomp
install-sh
openstreetmap-cgimap
missing
compile
src/.deps/
src/Makefile
src/Makefile.in
src/*.o
src/**/*.lo
src/*.la
src/.libs/
*~
*#
include/*~
src/*~
test-suite.log
test-driver
test/*.log
test/*.o
test/.deps/
test/.libs/
test/test_core
test/test_apidb_backend_nodes
test/test_apidb_backend_oauth
test/test_apidb_backend_oauth2
test/test_apidb_backend_historic
test/test_apidb_backend_changesets
test/test_apidb_backend_changeset_downloads
test/test_apidb_backend_changeset_uploads
test/test_parse_id_list
test/test_http
test/test_basicauth
test/test_oauth
test/test_oauth2
test/test_parse_changeset_input
test/test_parse_options
test/test_parse_osmchange_input
test/test_parse_time
test/*.trs
include/cgimap/config.hpp.in
include/cgimap/config.hpp
include/cgimap/stamp-h1
src/lib*.a
aclocal/libtool.m4
aclocal/ltoptions.m4
aclocal/ltsugar.m4
aclocal/ltversion.m4
aclocal/lt~obsolete.m4
libtool
ltmain.sh
.vagrant/
.libs/
# a file created by bear for use with irony-server and irony-mode for
# autocomplete in emacs.
compile_commands.json
/.vscode/
/build/
# profiling / code coverage
*.gcda
*.gcno
heaptrack.*.zst
gmon.out
# Debian package build
*.deb
/debian/.debhelper
/debian/openstreetmap-cgimap
/debian/openstreetmap-cgimap.debhelper.log
/debian/debhelper-build-stamp
/debian/openstreetmap-cgimap.substvars
/debian/files