.gitignore 4.4 KB

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