summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-05-06 14:36:16 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2017-05-06 14:36:16 (GMT)
commit19bd8afa6b63dccadc2006292154f1633e2a29c9 (patch)
tree1677f5a2b3caccce45a75fc6ca5857a7d820686c /.gitignore
parent4b2800f8f3ee34d9779dfdcd40d7e68b569380e6 (diff)
downloadmonitoring-plugins-19bd8afa6b63dccadc2006292154f1633e2a29c9.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--.gitignore13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5fa4c81..1c8cbde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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