.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. # Binaries
  2. cgps
  3. cgpxlogger
  4. gps2udp
  5. gpsctl
  6. gpsd
  7. gpsdctl
  8. gpsdecode
  9. gpsmon
  10. gpspipe
  11. gpsrinex
  12. gpxlogger
  13. lcdgps
  14. ntpshmmon
  15. ppscheck
  16. rtcmdecode
  17. contrib/clock_test
  18. *.exe
  19. # These are built from .in files
  20. jsongen.py
  21. maskaudit.py
  22. control
  23. upload
  24. gpsd.php
  25. valgrind-audit.py
  26. # Unit tests
  27. test_bits
  28. test_float
  29. test_geoid
  30. test_gpsdclient
  31. test_gpsmm
  32. test_json
  33. test_json_wignore
  34. test_libgps
  35. test_matrix
  36. test_mkgmtime
  37. test_mktime
  38. test_packet
  39. test_qgpsmm
  40. test_timespec
  41. test_trig
  42. # Other generated files
  43. gpsd.rules
  44. gps.html
  45. gpscat.html
  46. gpsctl.html
  47. gpsd.html
  48. gpsd_json.html
  49. gpsdecode.html
  50. gpsfake.html
  51. gpsmon.html
  52. gpspipe.html
  53. gpsprof.html
  54. gps2udp.html
  55. gpxlogger.html
  56. ntpmon.html
  57. libgps.html
  58. libgpsd.html
  59. libgpsmm.html
  60. srec.html
  61. *.[1358]
  62. *.pyc
  63. *.pc
  64. *.sum
  65. *.i
  66. *.o
  67. *.obj
  68. *.os
  69. *.a
  70. *.lo
  71. *.la
  72. *.so
  73. *.so.[0-9.]*
  74. *.dylib
  75. *.dll
  76. *~
  77. *.swp
  78. *.egg-info
  79. *.gcno
  80. # Built sources
  81. gps_maskdump.c
  82. gpsd_maskdump.c
  83. gpsd_config.h.in
  84. gpsd_config.h
  85. packet_names.h
  86. revision.h
  87. timebase.h
  88. gpsd.spec
  89. MANIFEST
  90. .kdbgrc.*
  91. .project
  92. .cproject
  93. tags
  94. # Python files
  95. build
  96. gpscatc
  97. gpsfakec
  98. gpsprofc
  99. xgpsc
  100. xgpsspeedc
  101. devtools/ppstest
  102. # Developer sandbox directory for patches that haven't been applied yet
  103. patches
  104. # build/test logs from devtools/do-build
  105. BUILD.*
  106. CHECK.*
  107. # SCons cruft
  108. config.log
  109. .sconsign.dblite
  110. .sconsign.*.dblite
  111. .sconf_temp
  112. .scons-option-cache
  113. stamp-python
  114. # Documentation/Web
  115. .public
  116. doc/explanation.html
  117. www/AIVDM.html
  118. www/client-howto.html
  119. www/faq.html
  120. www/gps2udp.html
  121. www/gpscat.html
  122. www/gpsctl.html
  123. www/gpsdctl.html
  124. www/gpsdecode.html
  125. www/gpsd.html
  126. www/gpsd-time-service-howto.html
  127. www/gpsfake.html
  128. www/gps.html
  129. www/gpsinit.html
  130. www/gpsmon.html
  131. www/gpspipe.html
  132. www/gpsprof.html
  133. www/gps_report.cgi
  134. www/gpsrinex.html
  135. www/gpxlogger.html
  136. www/hacking.html
  137. www/hardware-head.html
  138. www/hardware.html
  139. www/index.html
  140. www/installation.html
  141. www/internals.html
  142. www/libgpsd.html
  143. www/libgps.html
  144. www/libgpsmm.html
  145. www/NMEA.html
  146. www/ntpshmmon.html
  147. www/performance/performance.html
  148. www/ppp-howto.html
  149. www/ppscheck.html
  150. www/protocol-evolution.html
  151. www/protocol-transition.html
  152. www/pydoc
  153. www/replacing-nmea.html
  154. www/srec.html
  155. www/time-service-intro.html
  156. www/ubxtool.html
  157. www/.upload-stamp
  158. www/writing-a-driver.html
  159. www/zerk.html
  160. # Controls for the flock tester
  161. devtools/.flocktest.ini
  162. # QT stuff
  163. libQgpsmm.prl
  164. libQgpsmm/binaries/*
  165. # C coverage-related files
  166. *.gcda
  167. # Python coverage-related files/directories
  168. .coverage*
  169. htmlcov/
  170. # misc files
  171. nohup.out
  172. *.bak
  173. tmp*
  174. # release files
  175. *.tar.?z
  176. *.tar.?z.sig
  177. *.zip