diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -53,10 +53,8 @@ NP-VERSION-FILE | |||
53 | # /gl/ | 53 | # /gl/ |
54 | /gl/.deps | 54 | /gl/.deps |
55 | /gl/alloca.h | 55 | /gl/alloca.h |
56 | /gl/arg-nonnull.h | ||
57 | /gl/arpa | 56 | /gl/arpa |
58 | /gl/arpa_inet.h | 57 | /gl/arpa_inet.h |
59 | /gl/c++defs.h | ||
60 | /gl/charset.alias | 58 | /gl/charset.alias |
61 | /gl/configmake.h | 59 | /gl/configmake.h |
62 | /gl/errno.h | 60 | /gl/errno.h |
@@ -70,6 +68,8 @@ NP-VERSION-FILE | |||
70 | /gl/locale.h | 68 | /gl/locale.h |
71 | /gl/Makefile | 69 | /gl/Makefile |
72 | /gl/Makefile.in | 70 | /gl/Makefile.in |
71 | /gl/malloc/.dirstamp | ||
72 | /gl/malloc/.deps | ||
73 | /gl/math.h | 73 | /gl/math.h |
74 | /gl/netdb.h | 74 | /gl/netdb.h |
75 | /gl/netinet_in.h | 75 | /gl/netinet_in.h |
@@ -88,9 +88,13 @@ NP-VERSION-FILE | |||
88 | /gl/sys | 88 | /gl/sys |
89 | /gl/time.h | 89 | /gl/time.h |
90 | /gl/unistd.h | 90 | /gl/unistd.h |
91 | /gl/warn-on-use.h | ||
92 | /gl/wchar.h | 91 | /gl/wchar.h |
93 | /gl/wctype.h | 92 | /gl/wctype.h |
93 | /gl/inttypes.h | ||
94 | /gl/limits.h | ||
95 | /gl/malloc/dynarray-skeleton.gl.h | ||
96 | /gl/malloc/dynarray.gl.h | ||
97 | /gl/stdckdint. | ||
94 | 98 | ||
95 | # /lib/ | 99 | # /lib/ |
96 | /lib/.deps | 100 | /lib/.deps |
@@ -142,6 +146,7 @@ NP-VERSION-FILE | |||
142 | /plugins/check_by_ssh | 146 | /plugins/check_by_ssh |
143 | /plugins/check_clamd | 147 | /plugins/check_clamd |
144 | /plugins/check_cluster | 148 | /plugins/check_cluster |
149 | /plugins/check_curl | ||
145 | /plugins/check_dbi | 150 | /plugins/check_dbi |
146 | /plugins/check_dig | 151 | /plugins/check_dig |
147 | /plugins/check_disk | 152 | /plugins/check_disk |
@@ -202,6 +207,12 @@ NP-VERSION-FILE | |||
202 | /plugins/stamp-h* | 207 | /plugins/stamp-h* |
203 | /plugins/urlize | 208 | /plugins/urlize |
204 | 209 | ||
210 | # /plugins/picohttpparser | ||
211 | /plugins/picohttpparser/Makefile | ||
212 | /plugins/picohttpparser/Makefile.in | ||
213 | /plugins/picohttpparser/.deps | ||
214 | /plugins/picohttpparser/libpicohttpparser.a | ||
215 | |||
205 | # /plugins/t/ | 216 | # /plugins/t/ |
206 | /plugins/t/*.tmp | 217 | /plugins/t/*.tmp |
207 | 218 | ||
@@ -235,12 +246,14 @@ NP-VERSION-FILE | |||
235 | /plugins-scripts/check_ircd | 246 | /plugins-scripts/check_ircd |
236 | /plugins-scripts/check_log | 247 | /plugins-scripts/check_log |
237 | /plugins-scripts/check_mailq | 248 | /plugins-scripts/check_mailq |
249 | /plugins-scripts/check_mssql | ||
238 | /plugins-scripts/check_ntp | 250 | /plugins-scripts/check_ntp |
239 | /plugins-scripts/check_oracle | 251 | /plugins-scripts/check_oracle |
240 | /plugins-scripts/check_rpc | 252 | /plugins-scripts/check_rpc |
241 | /plugins-scripts/check_sensors | 253 | /plugins-scripts/check_sensors |
242 | /plugins-scripts/check_wave | 254 | /plugins-scripts/check_wave |
243 | /plugins-scripts/check_file_age | 255 | /plugins-scripts/check_file_age |
256 | /plugins-scripts/check_uptime | ||
244 | 257 | ||
245 | # /po/ | 258 | # /po/ |
246 | /po/Makefile | 259 | /po/Makefile |