4
0

.gitignore 4.7 KB

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