Code

Sync with gnulib
[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 # /tap/
39 /tap/.deps
40 /tap/.libs
41 /tap/Makefile
42 /tap/Makefile.in
43 /tap/libtap.la
44 /tap/tap.lo
46 # /gl/
47 /gl/.deps
48 /gl/alloca.h
49 /gl/arpa
50 /gl/configmake.h
51 /gl/errno.h
52 /gl/float.h
53 /gl/fcntl.h
54 /gl/getopt.h
55 /gl/libgnu.a
56 /gl/Makefile
57 /gl/Makefile.in
58 /gl/math.h
59 /gl/netinet_in.h
60 /gl/ref-del.sed
61 /gl/ref-add.sed
62 /gl/charset.alias
63 /gl/stdint.h
64 /gl/stdbool.h
65 /gl/stdlib.h
66 /gl/stdio.h
67 /gl/string.h
68 /gl/sys_socket.h
69 /gl/unistd.h
70 /gl/wchar.h
71 /gl/wctype.h
73 # /lib/
74 /lib/.deps
75 /lib/getopt.h
76 /lib/libnagiosplug.a
77 /lib/Makefile
78 /lib/Makefile.in
80 # /lib/tests/
81 /lib/tests/base64.Po
82 /lib/tests/.deps
83 /lib/tests/.libs
84 /lib/tests/Makefile
85 /lib/tests/Makefile.in
86 /lib/tests/test_base64
87 /lib/tests/test_cmd
88 /lib/tests/test_disk
89 /lib/tests/test_tcp
90 /lib/tests/test_utils
91 /lib/tests/utils_base.Po
92 /lib/tests/utils_cmd.Po
93 /lib/tests/utils_disk.Po
94 /lib/tests/utils_tcp.Po
95 /lib/tests/parse_ini.Po
96 /lib/tests/test_ini
97 /lib/tests/test_opts
98 /lib/tests/extra_opts.Po
100 # /m4/
101 /m4/Makefile
102 /m4/Makefile.in
103 /m4/Makefile.am
105 # /perlmods/
106 /perlmods/Makefile
107 /perlmods/Makefile.in
108 /perlmods/*[0-9]
110 # /pkg/solaris/
111 /pkg/solaris/.cvsignore
112 /pkg/solaris/pkginfo
114 # /plugins/
115 /plugins/check_apt
116 /plugins/check_by_ssh
117 /plugins/check_by_ssh
118 /plugins/check_clamd
119 /plugins/check_cluster
120 /plugins/check_dig
121 /plugins/check_disk
122 /plugins/check_dns
123 /plugins/check_dummy
124 /plugins/check_fping
125 /plugins/check_ftp
126 /plugins/check_game
127 /plugins/check_hpjd
128 /plugins/check_http
129 /plugins/check_ide_smart
130 /plugins/check_imap
131 /plugins/check_jabber
132 /plugins/check_ldap
133 /plugins/check_load
134 /plugins/check_mrtg
135 /plugins/check_mrtgtraf
136 /plugins/check_mysql
137 /plugins/check_mysql_query
138 /plugins/check_nagios
139 /plugins/check_netsaint
140 /plugins/check_nntp
141 /plugins/check_nntps
142 /plugins/check_nt
143 /plugins/check_ntp
144 /plugins/check_ntp_peer
145 /plugins/check_ntp_time
146 /plugins/check_nwstat
147 /plugins/check_overcr
148 /plugins/check_pgsql
149 /plugins/check_ping
150 /plugins/check_pop
151 /plugins/check_procs
152 /plugins/check_radius
153 /plugins/check_real
154 /plugins/check_reply
155 /plugins/check_simap
156 /plugins/check_smtp
157 /plugins/check_snmp
158 /plugins/check_spop
159 /plugins/check_ssh
160 /plugins/check_ssmtp
161 /plugins/check_swap
162 /plugins/check_tcp
163 /plugins/check_time
164 /plugins/check_udp
165 /plugins/check_ups
166 /plugins/check_users
167 /plugins/check_vsz
168 /plugins/config.h
169 /plugins/config.h.in
170 /plugins/.deps
171 /plugins/.libs
172 /plugins/Makefile
173 /plugins/Makefile.in
174 /plugins/negate
175 /plugins/stamp-h*
176 /plugins/urlize
178 # /plugins/t/
179 /plugins/t/*.tmp
181 # /plugins/tests/
182 /plugins/tests/Makefile
183 /plugins/tests/Makefile.in
184 /plugins/tests/test_utils
185 /plugins/tests/test_disk
186 /plugins/tests/.deps
188 # /plugins-root/
189 /plugins-root/.deps
190 /plugins-root/.libs
191 /plugins-root/Makefile.in
192 /plugins-root/Makefile
193 /plugins-root/check_dhcp
194 /plugins-root/check_icmp
195 /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
218 # /po/
219 /po/Makefile
220 /po/Makefile.in
221 /po/remove-potcdate.sed
222 /po/Rules-quot
223 /po/boldquot.sed
224 /po/de.gmo
225 /po/en@boldquot.header
226 /po/en@quot.header
227 /po/fr.gmo
228 /po/insert-header.sin
229 /po/quot.sed
230 /po/POTFILES
231 /po/stamp-po