Code

Update .gitignore to include missing file/extention
[nagiosplug.git] / .gitignore
1 # In all paths
2 NP-VERSION-FILE
3 *.o
5 # /
6 /aclocal.m4
7 /autom4te*.cache
8 /build-*
9 /Cache.pm
10 /command.cfg
11 /compile
12 /config.*
13 /configure
14 /debian
15 /depcomp
16 /INSTALL
17 /install-sh
18 /intl
19 /libtool
20 /Makefile
21 /Makefile.in
22 /missing
23 /stamp-h1
24 /test.pl
25 /THANKS
27 # /build-aux/
28 /build-aux/compile
29 /build-aux/config.guess
30 /build-aux/config.sub
31 /build-aux/depcomp
32 /build-aux/install-sh
33 /build-aux/missing
35 # /doc/
36 /doc/developer-guidelines.html
38 # /external/
39 /external/tap-1.01
41 # /gl/
42 /gl/alloca.h
43 /gl/.deps
44 /gl/libgnu.a
45 /gl/Makefile
46 /gl/Makefile.in
47 /gl/stdint.h
48 /gl/stdbool.h
49 /gl/getopt.h
50 /gl/math.h
51 /gl/configmake.h
52 /gl/ref-del.sed
53 /gl/string.h
54 /gl/stdio.h
55 /gl/ref-add.sed
56 /gl/unistd.h
57 /gl/charset.alias
58 /gl/stdlib.h
60 # /intl/
61 /intl/ChangeLog
62 /intl/Makefile.in
63 /intl/VERSION
64 /intl/bindtextdom.c
65 /intl/config.charset
66 /intl/dcgettext.c
67 /intl/dcigettext.c
68 /intl/dcngettext.c
69 /intl/dgettext.c
70 /intl/dngettext.c
71 /intl/eval-plural.h
72 /intl/explodename.c
73 /intl/finddomain.c
74 /intl/gettext.c
75 /intl/gettextP.h
76 /intl/gmo.h
77 /intl/hash-string.h
78 /intl/intl-compat.c
79 /intl/l10nflist.c
80 /intl/libgnuintl.h
81 /intl/loadinfo.h
82 /intl/loadmsgcat.c
83 /intl/localcharset.c
84 /intl/locale.alias
85 /intl/localealias.c
86 /intl/localename.c
87 /intl/ngettext.c
88 /intl/os2compat.c
89 /intl/os2compat.h
90 /intl/osdep.c
91 /intl/plural-exp.c
92 /intl/plural-exp.h
93 /intl/plural.c
94 /intl/plural.y
95 /intl/ref-add.sin
96 /intl/ref-del.sin
97 /intl/textdomain.c
99 # /lib/
100 /lib/.deps
101 /lib/getopt.h
102 /lib/libnagiosplug.a
103 /lib/Makefile
104 /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_ini
123 /lib/tests/test_opts
124 /lib/tests/extra_opts.Po
126 # /m4/
127 /m4/Makefile
128 /m4/Makefile.in
129 /m4/Makefile.am
131 # /perlmods/
132 /perlmods/Makefile
133 /perlmods/Makefile.in
134 /perlmods/*[0-9]
136 # /pkg/solaris/
137 /pkg/solaris/.cvsignore
138 /pkg/solaris/pkginfo
140 # /plugins/
141 /plugins/check_apt
142 /plugins/check_by_ssh
143 /plugins/check_by_ssh
144 /plugins/check_clamd
145 /plugins/check_cluster
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_users
193 /plugins/check_vsz
194 /plugins/config.h
195 /plugins/config.h.in
196 /plugins/.deps
197 /plugins/.libs
198 /plugins/Makefile
199 /plugins/Makefile.in
200 /plugins/negate
201 /plugins/stamp-h*
202 /plugins/urlize
204 # /plugins/t/
205 /plugins/t/*.tmp
207 # /plugins/tests/
208 /plugins/tests/Makefile
209 /plugins/tests/Makefile.in
210 /plugins/tests/test_utils
211 /plugins/tests/test_disk
212 /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
223 # /plugins-scripts/
224 /plugins-scripts/Makefile
225 /plugins-scripts/Makefile.in
226 /plugins-scripts/subst
227 /plugins-scripts/utils.pm
228 /plugins-scripts/utils.sh
229 /plugins-scripts/check_breeze
230 /plugins-scripts/check_disk_smb
231 /plugins-scripts/check_flexlm
232 /plugins-scripts/check_ifoperstatus
233 /plugins-scripts/check_ifstatus
234 /plugins-scripts/check_ircd
235 /plugins-scripts/check_log
236 /plugins-scripts/check_mailq
237 /plugins-scripts/check_ntp
238 /plugins-scripts/check_oracle
239 /plugins-scripts/check_rpc
240 /plugins-scripts/check_sensors
241 /plugins-scripts/check_wave
242 /plugins-scripts/check_file_age
244 # /po/
245 /po/Makefile
246 /po/Makefile.in
247 /po/remove-potcdate.sed
248 /po/Rules-quot
249 /po/boldquot.sed
250 /po/de.gmo
251 /po/en@boldquot.header
252 /po/en@quot.header
253 /po/fr.gmo
254 /po/insert-header.sin
255 /po/quot.sed
256 /po/POTFILES
257 /po/stamp-po