From 3edd4bfa7f87f5970fc701b0772eeadc2f076df9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 26 Feb 2017 21:23:43 +0100 Subject: [PATCH] update gitignore files --- src/examples/.gitignore | 1 + src/microhttpd/.gitignore | 1 + src/testcurl/.gitignore | 2 ++ 3 files changed, 4 insertions(+) diff --git a/src/examples/.gitignore b/src/examples/.gitignore index b44dd906..eaa6336a 100644 --- a/src/examples/.gitignore +++ b/src/examples/.gitignore @@ -31,3 +31,4 @@ /https_echo_server_example.c /https_echo_client_example.c /authorization_example +upgrade_example diff --git a/src/microhttpd/.gitignore b/src/microhttpd/.gitignore index 45d0479b..72fedae4 100644 --- a/src/microhttpd/.gitignore +++ b/src/microhttpd/.gitignore @@ -41,3 +41,4 @@ /postprocessor_test /gmon.out *.exe +test_upgrade_tls diff --git a/src/testcurl/.gitignore b/src/testcurl/.gitignore index 02b5cb8f..0e709821 100644 --- a/src/testcurl/.gitignore +++ b/src/testcurl/.gitignore @@ -102,3 +102,5 @@ /daemontest_post_loop /daemontest_get11 *.exe +test_quiesce_stream +test_large_put_inc11