diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -35,6 +35,7 @@ NP-VERSION-FILE | |||
35 | /build-aux/install-sh | 35 | /build-aux/install-sh |
36 | /build-aux/missing | 36 | /build-aux/missing |
37 | /build-aux/mkinstalldirs | 37 | /build-aux/mkinstalldirs |
38 | /build-aux/test-driver | ||
38 | 39 | ||
39 | # /doc/ | 40 | # /doc/ |
40 | /doc/developer-guidelines.html | 41 | /doc/developer-guidelines.html |
@@ -141,6 +142,7 @@ NP-VERSION-FILE | |||
141 | /plugins/check_by_ssh | 142 | /plugins/check_by_ssh |
142 | /plugins/check_clamd | 143 | /plugins/check_clamd |
143 | /plugins/check_cluster | 144 | /plugins/check_cluster |
145 | /plugins/check_curl | ||
144 | /plugins/check_dbi | 146 | /plugins/check_dbi |
145 | /plugins/check_dig | 147 | /plugins/check_dig |
146 | /plugins/check_disk | 148 | /plugins/check_disk |
@@ -201,6 +203,12 @@ NP-VERSION-FILE | |||
201 | /plugins/stamp-h* | 203 | /plugins/stamp-h* |
202 | /plugins/urlize | 204 | /plugins/urlize |
203 | 205 | ||
206 | # /plugins/picohttpparser | ||
207 | /plugins/picohttpparser/Makefile | ||
208 | /plugins/picohttpparser/Makefile.in | ||
209 | /plugins/picohttpparser/.deps | ||
210 | /plugins/picohttpparser/libpicohttpparser.a | ||
211 | |||
204 | # /plugins/t/ | 212 | # /plugins/t/ |
205 | /plugins/t/*.tmp | 213 | /plugins/t/*.tmp |
206 | 214 | ||
@@ -240,6 +248,7 @@ NP-VERSION-FILE | |||
240 | /plugins-scripts/check_sensors | 248 | /plugins-scripts/check_sensors |
241 | /plugins-scripts/check_wave | 249 | /plugins-scripts/check_wave |
242 | /plugins-scripts/check_file_age | 250 | /plugins-scripts/check_file_age |
251 | /plugins-scripts/check_uptime | ||
243 | 252 | ||
244 | # /po/ | 253 | # /po/ |
245 | /po/Makefile | 254 | /po/Makefile |