.gitignore 4.1 KB

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