summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d4ef77271b208f6b98747e9d549b9e99fbe87005 (plain)
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
# Binaries
gpsd
xgps
rtcmdecode
gpsmon
gpsctl
gpsdecode
cgps
lcdgps
gpxlogger
cgpxlogger
gpspipe
libgps
gpspacket.so
# These are built from .in files
gpscat
gpsfake
gpsprof
jsongen.py
maskaudit.py
valgrind-audit
# Unit tests
test_float
test_bits
test_gpsmm
test_qgpsmm
test_packet
test_mkgmtime
test_geoid
test_json
test_trig
# Other generated files
gps.html
gpscat.html
gpsctl.html
gpsd.html
gpsdecode.html
gpsfake.html
gpsmon.html
gpspipe.html
gpsprof.html
libgps.html
libgpsd.html
libgpsmm.html
srec.html
*.[1358]
*.pyc
*.pc
*.sum
*.i
*.o
*.lo
*.so
*.la
*~
# Built sources
gps_maskdump.c
gpsd_maskdump.c
gpsd.h
gpsd_config.h.in
gpsd_config.h
packet_names.h
revision.h
timebase.h
gpsd.spec
MANIFEST
.kdbgrc.*
tags
# Python files
build
gpscatc
gpsfakec
gpsprofc
xgpsc
xgpsspeedc
# Developer sandbox directory for patches that haven't been applied yet
patches
# autotools cruft
configure
Makefile.in
Makefile
config.*
aclocal.m4
py-compile
ltmain.sh
missing
autom4te.cache
depcomp
install-sh
stamp-*
.libs
.deps
libtool
NEWS
ChangeLog
m4
# Documentation
www/AIVDM.html
www/NMEA.html
www/gps.html
www/gpscat.html
www/gpsctl.html
www/gpsd.html
www/gpsdecode.html
www/gpsfake.html
www/gpsmon.html
www/gpspipe.html
www/gpsprof.html
www/hardware.html
www/index.html
www/libgps.html
www/libgpsd.html
www/libgpsmm.html
www/performance/performance.html
www/protocol-evolution.html
www/protocol-transition.html
www/client-howto.html
www/srec.html
www/writing-a-driver.html
www/internals.html
www/.upload-stamp
doc/explanation.html
www/pydoc
# Controls for the flock tester
devtools/.flocktest.ini
# QT stuff
libQgpsmm/binaries/*