diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-04-14 21:10:40 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-04-14 21:10:40 +0200 |
commit | f827df482be8cec9d6c9dee023ebf9191b890b9c (patch) | |
tree | b465aff670b1957a0412bd2526e49e0839334a26 /.gitignore | |
parent | 5e39273cceaf1a0b3da46bdfef16ecba83258493 (diff) | |
download | monitoring-plugins-f827df4.tar.gz |
added -M<m> age option for document age, using picohttpparser from h2o (maybe handy
later to make a more robust header condition checker?)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ NP-VERSION-FILE | |||
202 | /plugins/negate | 202 | /plugins/negate |
203 | /plugins/stamp-h* | 203 | /plugins/stamp-h* |
204 | /plugins/urlize | 204 | /plugins/urlize |
205 | /plugins/libpicohttpparser.a | ||
205 | 206 | ||
206 | # /plugins/t/ | 207 | # /plugins/t/ |
207 | /plugins/t/*.tmp | 208 | /plugins/t/*.tmp |