From c530ee3be4b590f5423840f34f44de2f199319bb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 8 Jun 2019 17:10:25 +0200 Subject: [PATCH] update .gitignore files --- src/examples/.gitignore | 4 +++- src/microhttpd/.gitignore | 2 ++ src/testcurl/.gitignore | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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