diff --git a/src/examples/.gitignore b/src/examples/.gitignore index e5e696d0..9da24b59 100644 --- 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 index d375c0dd..ec2e027d 100644 --- 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 index cf08dd37..800bdffe 100644 --- 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