diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -142,6 +142,7 @@ NP-VERSION-FILE | |||
142 | /plugins/check_by_ssh | 142 | /plugins/check_by_ssh |
143 | /plugins/check_clamd | 143 | /plugins/check_clamd |
144 | /plugins/check_cluster | 144 | /plugins/check_cluster |
145 | /plugins/check_curl | ||
145 | /plugins/check_dbi | 146 | /plugins/check_dbi |
146 | /plugins/check_dig | 147 | /plugins/check_dig |
147 | /plugins/check_disk | 148 | /plugins/check_disk |
@@ -202,6 +203,12 @@ NP-VERSION-FILE | |||
202 | /plugins/stamp-h* | 203 | /plugins/stamp-h* |
203 | /plugins/urlize | 204 | /plugins/urlize |
204 | 205 | ||
206 | # /plugins/picohttpparser | ||
207 | /plugins/picohttpparser/Makefile | ||
208 | /plugins/picohttpparser/Makefile.in | ||
209 | /plugins/picohttpparser/.deps | ||
210 | /plugins/picohttpparser/libpicohttpparser.a | ||
211 | |||
205 | # /plugins/t/ | 212 | # /plugins/t/ |
206 | /plugins/t/*.tmp | 213 | /plugins/t/*.tmp |
207 | 214 | ||
@@ -241,6 +248,7 @@ NP-VERSION-FILE | |||
241 | /plugins-scripts/check_sensors | 248 | /plugins-scripts/check_sensors |
242 | /plugins-scripts/check_wave | 249 | /plugins-scripts/check_wave |
243 | /plugins-scripts/check_file_age | 250 | /plugins-scripts/check_file_age |
251 | /plugins-scripts/check_uptime | ||
244 | 252 | ||
245 | # /po/ | 253 | # /po/ |
246 | /po/Makefile | 254 | /po/Makefile |