libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit c530ee3be4b590f5423840f34f44de2f199319bb
parent 31b90a287f51d21233473ec7b0c1d71f3b952fac
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  8 Jun 2019 17:10:25 +0200

update .gitignore files

Diffstat:
Msrc/examples/.gitignore | 5+++--
Msrc/microhttpd/.gitignore | 2++
Msrc/testcurl/.gitignore | 1+
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/examples/.gitignore b/src/examples/.gitignore @@ -32,4 +32,6 @@ /https_echo_client_example.c /authorization_example upgrade_example -/timeout -\ No newline at end of file +/timeout +http_chunked_compression +http_compression diff --git a/src/microhttpd/.gitignore b/src/microhttpd/.gitignore @@ -55,3 +55,5 @@ test_http_reasons /test_str_token test_shutdown_poll test_shutdown_select +test_md5 +test_sha256 diff --git a/src/testcurl/.gitignore b/src/testcurl/.gitignore @@ -107,3 +107,4 @@ test_large_put_inc11 /test_deletetest_digestauth_sha256 test_delete test_digestauth_sha256 +perf_get_concurrent11