diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 16:36:16 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 16:30:31 +0200 |
commit | a739a5614834178ba88d04972b4f4ba9c560e1df (patch) | |
tree | e9ebee27575d064000e9e210dba2b36c914e8544 /.gitignore | |
parent | 28a4c7076a3115d30aeb3b3b5e5bde715692e4a7 (diff) | |
download | monitoring-plugins-a739a5614834178ba88d04972b4f4ba9c560e1df.tar.gz |
some rework:
- added old style 'redir' function and options along to a new
libcurl internal 'follow' parameter 'curl'
- moved picohttpparser to it's own subdirectory
- added uriparser to be used instead of the home-grown parser in
'redir'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -202,7 +202,18 @@ 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 | # /plugins/picohttpparser | ||
207 | /plugins/picohttpparser/Makefile | ||
208 | /plugins/picohttpparser/Makefile.in | ||
209 | /plugins/picohttpparser/.deps | ||
210 | /plugins/picohttpparser/libpicohttpparser.a | ||
211 | |||
212 | # /plugins/uriparser | ||
213 | /plugins/uriparser/Makefile | ||
214 | /plugins/uriparser/Makefile.in | ||
215 | /plugins/uriparser/.deps | ||
216 | /plugins/uriparser/liburiparser.a | ||
206 | 217 | ||
207 | # /plugins/t/ | 218 | # /plugins/t/ |
208 | /plugins/t/*.tmp | 219 | /plugins/t/*.tmp |