.gitignore 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. #Tooling:
  2. tags
  3. cscope.out
  4. # In all paths
  5. NP-VERSION-FILE
  6. *.o
  7. *.swp
  8. *.rej
  9. # /
  10. /aclocal.m4
  11. /autom4te*.cache
  12. /Cache.pm
  13. /ChangeLog
  14. /command.cfg
  15. /compile
  16. /confdefs.h
  17. /config.*
  18. /configure
  19. /debian
  20. /depcomp
  21. /INSTALL
  22. /install-sh
  23. /intl
  24. /libtool
  25. /Makefile
  26. /Makefile.in
  27. /missing
  28. /nagios-plugins.spec
  29. /stamp-h1
  30. /test.pl
  31. /THANKS
  32. # /build-aux/
  33. /build-aux/*~
  34. /build-aux/compile
  35. /build-aux/config.guess
  36. /build-aux/config.sub
  37. /build-aux/depcomp
  38. /build-aux/install-sh
  39. /build-aux/missing
  40. /build-aux/mkinstalldirs
  41. /build-aux/test-driver
  42. # /doc/
  43. /doc/developer-guidelines.html
  44. /doc/developer-guidelines.html.last
  45. /doc/jade-out.fot
  46. # /tap/
  47. /tap/.deps
  48. /tap/.libs
  49. /tap/Makefile
  50. /tap/Makefile.in
  51. /tap/libtap.la
  52. /tap/tap.lo
  53. # /gl/
  54. /gl/.deps
  55. /gl/alloca.h
  56. /gl/arg-nonnull.h
  57. /gl/arpa
  58. /gl/arpa_inet.h
  59. /gl/c++defs.h
  60. /gl/charset.alias
  61. /gl/configmake.h
  62. /gl/errno.h
  63. /gl/fcntl.h
  64. /gl/float.h
  65. /gl/getopt.h
  66. /gl/glthread/.deps
  67. /gl/glthread/.dirstamp
  68. /gl/langinfo.h
  69. /gl/libgnu.a
  70. /gl/locale.h
  71. /gl/Makefile
  72. /gl/Makefile.in
  73. /gl/math.h
  74. /gl/netdb.h
  75. /gl/netinet_in.h
  76. /gl/ref-add.sed
  77. /gl/ref-del.sed
  78. /gl/stdalign.h
  79. /gl/stdbool.h
  80. /gl/stddef.h
  81. /gl/stdint.h
  82. /gl/stdio.h
  83. /gl/stdlib.h
  84. /gl/string.h
  85. /gl/sys_socket.h
  86. /gl/sys_stat.h
  87. /gl/sys
  88. /gl/time.h
  89. /gl/unistd.h
  90. /gl/warn-on-use.h
  91. /gl/wchar.h
  92. /gl/wctype.h
  93. # /lib/
  94. /lib/.deps
  95. /lib/getopt.h
  96. /lib/libnagiosplug.a
  97. /lib/Makefile
  98. /lib/Makefile.in
  99. # /lib/tests/
  100. /lib/tests/base64.Po
  101. /lib/tests/.deps
  102. /lib/tests/.libs
  103. /lib/tests/Makefile
  104. /lib/tests/Makefile.in
  105. /lib/tests/test_base64
  106. /lib/tests/test_cmd
  107. /lib/tests/test_disk
  108. /lib/tests/test_tcp
  109. /lib/tests/test_utils
  110. /lib/tests/utils_base.Po
  111. /lib/tests/utils_cmd.Po
  112. /lib/tests/utils_disk.Po
  113. /lib/tests/utils_tcp.Po
  114. /lib/tests/parse_ini.Po
  115. /lib/tests/test_ini1
  116. /lib/tests/test_ini3
  117. /lib/tests/test_opts1
  118. /lib/tests/test_opts2
  119. /lib/tests/test_opts3
  120. /lib/tests/extra_opts.Po
  121. # /m4/
  122. /m4/Makefile
  123. /m4/Makefile.in
  124. /m4/Makefile.am
  125. # /perlmods/
  126. /perlmods/Makefile
  127. /perlmods/Makefile.in
  128. /perlmods/*[0-9]
  129. # /pkg/solaris/
  130. /pkg/solaris/.cvsignore
  131. /pkg/solaris/pkginfo
  132. # /plugins/
  133. /plugins/check_apt
  134. /plugins/check_by_ssh
  135. /plugins/check_by_ssh
  136. /plugins/check_clamd
  137. /plugins/check_cluster
  138. /plugins/check_dbi
  139. /plugins/check_dig
  140. /plugins/check_disk
  141. /plugins/check_dns
  142. /plugins/check_dummy
  143. /plugins/check_fping
  144. /plugins/check_ftp
  145. /plugins/check_game
  146. /plugins/check_hpjd
  147. /plugins/check_http
  148. /plugins/check_ide_smart
  149. /plugins/check_imap
  150. /plugins/check_jabber
  151. /plugins/check_ldap
  152. /plugins/check_load
  153. /plugins/check_mrtg
  154. /plugins/check_mrtgtraf
  155. /plugins/check_mysql
  156. /plugins/check_mysql_query
  157. /plugins/check_nagios
  158. /plugins/check_netsaint
  159. /plugins/check_nntp
  160. /plugins/check_nntps
  161. /plugins/check_nt
  162. /plugins/check_ntp
  163. /plugins/check_ntp_peer
  164. /plugins/check_ntp_time
  165. /plugins/check_nwstat
  166. /plugins/check_overcr
  167. /plugins/check_pgsql
  168. /plugins/check_ping
  169. /plugins/check_pop
  170. /plugins/check_procs
  171. /plugins/check_radius
  172. /plugins/check_real
  173. /plugins/check_reply
  174. /plugins/check_simap
  175. /plugins/check_smtp
  176. /plugins/check_snmp
  177. /plugins/check_spop
  178. /plugins/check_ssh
  179. /plugins/check_ssmtp
  180. /plugins/check_swap
  181. /plugins/check_tcp
  182. /plugins/check_time
  183. /plugins/check_udp
  184. /plugins/check_ups
  185. /plugins/check_uptime
  186. /plugins/check_users
  187. /plugins/check_vsz
  188. /plugins/config.h
  189. /plugins/config.h.in
  190. /plugins/.deps
  191. /plugins/.libs
  192. /plugins/Makefile
  193. /plugins/Makefile.in
  194. /plugins/libnpcommon.a
  195. /plugins/negate
  196. /plugins/stamp-h*
  197. /plugins/urlize
  198. # /plugins/t/
  199. /plugins/t/*.tmp
  200. # /plugins/tests/
  201. /plugins/tests/Makefile
  202. /plugins/tests/Makefile.in
  203. /plugins/tests/test_utils
  204. /plugins/tests/test_disk
  205. /plugins/tests/.deps
  206. # /plugins-root/
  207. /plugins-root/.deps
  208. /plugins-root/.libs
  209. /plugins-root/Makefile.in
  210. /plugins-root/Makefile
  211. /plugins-root/check_dhcp
  212. /plugins-root/check_icmp
  213. /plugins-root/pst3
  214. # /plugins-scripts/
  215. /plugins-scripts/Makefile
  216. /plugins-scripts/Makefile.in
  217. /plugins-scripts/subst
  218. /plugins-scripts/utils.pm
  219. /plugins-scripts/utils.sh
  220. /plugins-scripts/check_breeze
  221. /plugins-scripts/check_disk_smb
  222. /plugins-scripts/check_flexlm
  223. /plugins-scripts/check_ifoperstatus
  224. /plugins-scripts/check_ifstatus
  225. /plugins-scripts/check_ircd
  226. /plugins-scripts/check_log
  227. /plugins-scripts/check_mailq
  228. /plugins-scripts/check_ntp
  229. /plugins-scripts/check_oracle
  230. /plugins-scripts/check_rpc
  231. /plugins-scripts/check_sensors
  232. /plugins-scripts/check_wave
  233. /plugins-scripts/check_file_age
  234. # /po/
  235. /po/Makefile
  236. /po/Makefile.in
  237. /po/remove-potcdate.sed
  238. /po/Rules-quot
  239. /po/boldquot.sed
  240. /po/de.gmo
  241. /po/en@boldquot.header
  242. /po/en@quot.header
  243. /po/fr.gmo
  244. /po/insert-header.sin
  245. /po/quot.sed
  246. /po/POTFILES
  247. /po/stamp-po