diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-23 07:45:41 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-23 07:45:41 (GMT) |
commit | 882e56a9f0a0e983c5f5c65b4109b6e0736f124d (patch) | |
tree | 3c77ffc3b9da24fe16f1feb8c4743c3a363c855a /.gitignore | |
parent | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (diff) | |
download | monitoring-plugins-882e56a9f0a0e983c5f5c65b4109b6e0736f124d.tar.gz |
Add .gitignore (Imported from svn:ignore)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 254 |
1 files changed, 254 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86e824e --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,254 @@ | |||
1 | |||
2 | # / | ||
3 | /aclocal.m4 | ||
4 | /autom4te*.cache | ||
5 | /build-* | ||
6 | /Cache.pm | ||
7 | /command.cfg | ||
8 | /compile | ||
9 | /config.* | ||
10 | /configure | ||
11 | /debian | ||
12 | /depcomp | ||
13 | /INSTALL | ||
14 | /install-sh | ||
15 | /intl | ||
16 | /libtool | ||
17 | /Makefile | ||
18 | /Makefile.in | ||
19 | /missing | ||
20 | /stamp-h1 | ||
21 | /test.pl | ||
22 | /THANKS | ||
23 | |||
24 | # /build-aux/ | ||
25 | /build-aux/compile | ||
26 | /build-aux/config.guess | ||
27 | /build-aux/config.sub | ||
28 | /build-aux/depcomp | ||
29 | /build-aux/install-sh | ||
30 | /build-aux/missing | ||
31 | |||
32 | # /doc/ | ||
33 | /doc/developer-guidelines.html | ||
34 | |||
35 | # /external/ | ||
36 | /external/tap-1.01 | ||
37 | |||
38 | # /gl/ | ||
39 | /gl/alloca.h | ||
40 | /gl/.deps | ||
41 | /gl/libgnu.a | ||
42 | /gl/Makefile | ||
43 | /gl/Makefile.in | ||
44 | /gl/stdint.h | ||
45 | /gl/stdbool.h | ||
46 | /gl/getopt.h | ||
47 | /gl/math.h | ||
48 | /gl/configmake.h | ||
49 | /gl/ref-del.sed | ||
50 | /gl/string.h | ||
51 | /gl/stdio.h | ||
52 | /gl/ref-add.sed | ||
53 | /gl/unistd.h | ||
54 | /gl/charset.alias | ||
55 | /gl/stdlib.h | ||
56 | |||
57 | # /intl/ | ||
58 | /intl/ChangeLog | ||
59 | /intl/Makefile.in | ||
60 | /intl/VERSION | ||
61 | /intl/bindtextdom.c | ||
62 | /intl/config.charset | ||
63 | /intl/dcgettext.c | ||
64 | /intl/dcigettext.c | ||
65 | /intl/dcngettext.c | ||
66 | /intl/dgettext.c | ||
67 | /intl/dngettext.c | ||
68 | /intl/eval-plural.h | ||
69 | /intl/explodename.c | ||
70 | /intl/finddomain.c | ||
71 | /intl/gettext.c | ||
72 | /intl/gettextP.h | ||
73 | /intl/gmo.h | ||
74 | /intl/hash-string.h | ||
75 | /intl/intl-compat.c | ||
76 | /intl/l10nflist.c | ||
77 | /intl/libgnuintl.h | ||
78 | /intl/loadinfo.h | ||
79 | /intl/loadmsgcat.c | ||
80 | /intl/localcharset.c | ||
81 | /intl/locale.alias | ||
82 | /intl/localealias.c | ||
83 | /intl/localename.c | ||
84 | /intl/ngettext.c | ||
85 | /intl/os2compat.c | ||
86 | /intl/os2compat.h | ||
87 | /intl/osdep.c | ||
88 | /intl/plural-exp.c | ||
89 | /intl/plural-exp.h | ||
90 | /intl/plural.c | ||
91 | /intl/plural.y | ||
92 | /intl/ref-add.sin | ||
93 | /intl/ref-del.sin | ||
94 | /intl/textdomain.c | ||
95 | |||
96 | # /lib/ | ||
97 | /lib/.deps | ||
98 | /lib/getopt.h | ||
99 | /lib/libnagiosplug.a | ||
100 | /lib/Makefile | ||
101 | /lib/Makefile.in | ||
102 | |||
103 | # /lib/tests/ | ||
104 | /lib/tests/base64.Po | ||
105 | /lib/tests/.deps | ||
106 | /lib/tests/.libs | ||
107 | /lib/tests/Makefile | ||
108 | /lib/tests/Makefile.in | ||
109 | /lib/tests/test_base64 | ||
110 | /lib/tests/test_cmd | ||
111 | /lib/tests/test_disk | ||
112 | /lib/tests/test_tcp | ||
113 | /lib/tests/test_utils | ||
114 | /lib/tests/utils_base.Po | ||
115 | /lib/tests/utils_cmd.Po | ||
116 | /lib/tests/utils_disk.Po | ||
117 | /lib/tests/utils_tcp.Po | ||
118 | /lib/tests/parse_ini.Po | ||
119 | /lib/tests/test_ini | ||
120 | /lib/tests/test_opts | ||
121 | /lib/tests/extra_opts.Po | ||
122 | |||
123 | # /m4/ | ||
124 | /m4/Makefile | ||
125 | /m4/Makefile.in | ||
126 | /m4/Makefile.am | ||
127 | |||
128 | # /perlmods/ | ||
129 | /perlmods/Makefile | ||
130 | /perlmods/Makefile.in | ||
131 | /perlmods/*[0-9] | ||
132 | |||
133 | # /pkg/solaris/ | ||
134 | /pkg/solaris/.cvsignore | ||
135 | /pkg/solaris/pkginfo | ||
136 | |||
137 | # /plugins/ | ||
138 | /plugins/check_apt | ||
139 | /plugins/check_by_ssh | ||
140 | /plugins/check_by_ssh | ||
141 | /plugins/check_clamd | ||
142 | /plugins/check_cluster | ||
143 | /plugins/check_dig | ||
144 | /plugins/check_disk | ||
145 | /plugins/check_dns | ||
146 | /plugins/check_dummy | ||
147 | /plugins/check_fping | ||
148 | /plugins/check_ftp | ||
149 | /plugins/check_game | ||
150 | /plugins/check_hpjd | ||
151 | /plugins/check_http | ||
152 | /plugins/check_ide_smart | ||
153 | /plugins/check_imap | ||
154 | /plugins/check_jabber | ||
155 | /plugins/check_ldap | ||
156 | /plugins/check_load | ||
157 | /plugins/check_mrtg | ||
158 | /plugins/check_mrtgtraf | ||
159 | /plugins/check_mysql | ||
160 | /plugins/check_mysql_query | ||
161 | /plugins/check_nagios | ||
162 | /plugins/check_netsaint | ||
163 | /plugins/check_nntp | ||
164 | /plugins/check_nntps | ||
165 | /plugins/check_nt | ||
166 | /plugins/check_ntp | ||
167 | /plugins/check_ntp_peer | ||
168 | /plugins/check_ntp_time | ||
169 | /plugins/check_nwstat | ||
170 | /plugins/check_overcr | ||
171 | /plugins/check_pgsql | ||
172 | /plugins/check_ping | ||
173 | /plugins/check_pop | ||
174 | /plugins/check_procs | ||
175 | /plugins/check_radius | ||
176 | /plugins/check_real | ||
177 | /plugins/check_reply | ||
178 | /plugins/check_simap | ||
179 | /plugins/check_smtp | ||
180 | /plugins/check_snmp | ||
181 | /plugins/check_spop | ||
182 | /plugins/check_ssh | ||
183 | /plugins/check_ssmtp | ||
184 | /plugins/check_swap | ||
185 | /plugins/check_tcp | ||
186 | /plugins/check_time | ||
187 | /plugins/check_udp | ||
188 | /plugins/check_ups | ||
189 | /plugins/check_users | ||
190 | /plugins/check_vsz | ||
191 | /plugins/config.h | ||
192 | /plugins/config.h.in | ||
193 | /plugins/.deps | ||
194 | /plugins/.libs | ||
195 | /plugins/Makefile | ||
196 | /plugins/Makefile.in | ||
197 | /plugins/negate | ||
198 | /plugins/stamp-h* | ||
199 | /plugins/urlize | ||
200 | |||
201 | # /plugins/t/ | ||
202 | /plugins/t/*.tmp | ||
203 | |||
204 | # /plugins/tests/ | ||
205 | /plugins/tests/Makefile | ||
206 | /plugins/tests/Makefile.in | ||
207 | /plugins/tests/test_utils | ||
208 | /plugins/tests/test_disk | ||
209 | /plugins/tests/.deps | ||
210 | |||
211 | # /plugins-root/ | ||
212 | /plugins-root/.deps | ||
213 | /plugins-root/.libs | ||
214 | /plugins-root/Makefile.in | ||
215 | /plugins-root/Makefile | ||
216 | /plugins-root/check_dhcp | ||
217 | /plugins-root/check_icmp | ||
218 | /plugins-root/pst3 | ||
219 | |||
220 | # /plugins-scripts/ | ||
221 | /plugins-scripts/Makefile | ||
222 | /plugins-scripts/Makefile.in | ||
223 | /plugins-scripts/subst | ||
224 | /plugins-scripts/utils.pm | ||
225 | /plugins-scripts/utils.sh | ||
226 | /plugins-scripts/check_breeze | ||
227 | /plugins-scripts/check_disk_smb | ||
228 | /plugins-scripts/check_flexlm | ||
229 | /plugins-scripts/check_ifoperstatus | ||
230 | /plugins-scripts/check_ifstatus | ||
231 | /plugins-scripts/check_ircd | ||
232 | /plugins-scripts/check_log | ||
233 | /plugins-scripts/check_mailq | ||
234 | /plugins-scripts/check_ntp | ||
235 | /plugins-scripts/check_oracle | ||
236 | /plugins-scripts/check_rpc | ||
237 | /plugins-scripts/check_sensors | ||
238 | /plugins-scripts/check_wave | ||
239 | /plugins-scripts/check_file_age | ||
240 | |||
241 | # /po/ | ||
242 | /po/Makefile | ||
243 | /po/Makefile.in | ||
244 | /po/remove-potcdate.sed | ||
245 | /po/Rules-quot | ||
246 | /po/boldquot.sed | ||
247 | /po/de.gmo | ||
248 | /po/en@boldquot.header | ||
249 | /po/en@quot.header | ||
250 | /po/fr.gmo | ||
251 | /po/insert-header.sin | ||
252 | /po/quot.sed | ||
253 | /po/POTFILES | ||
254 | /po/stamp-po | ||