.gitignore 3.9 KB

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