libmicrohttpd

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

commit aca29a774b92d058a864bf78addfa4f872d56851
parent e28049cccb0d25cf5d93436c7db431f4d147ac59
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 22 Nov 2017 14:25:17 +0300

Updated .gitignore files

Diffstat:
M.gitignore | 12+-----------
Msrc/examples/.gitignore | 2++
Msrc/microhttpd/.gitignore | 10++++++++++
Msrc/testcurl/.gitignore | 2++
4 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -42,15 +42,5 @@ Makefile po/configure.acT po/Makevars.template po/POTFILES +po/configargs.stamp src/examples/timeout -src/microhttpd/test_daemon.trs -src/microhttpd/test_shutdown_poll -src/microhttpd/test_shutdown_select -src/microhttpd/test_str_compare -src/microhttpd/test_str_to_value -src/microhttpd/test_upgrade -src/microhttpd/test_upgrade_ssl -src/testcurl/test_delete -src/microhttpd/test_options -src/microhttpd/test_start_stop -src/microhttpd/test_str_token diff --git a/src/examples/.gitignore b/src/examples/.gitignore @@ -32,3 +32,4 @@ /https_echo_client_example.c /authorization_example upgrade_example +/timeout +\ No newline at end of file diff --git a/src/microhttpd/.gitignore b/src/microhttpd/.gitignore @@ -43,3 +43,13 @@ *.exe test_upgrade_tls test_http_reasons +/test_daemon.trs +/test_shutdown_poll_ignore +/test_shutdown_select_ignore +/test_str_compare +/test_str_to_value +/test_upgrade +/test_upgrade_ssl +/test_options +/test_start_stop +/test_str_token diff --git a/src/testcurl/.gitignore b/src/testcurl/.gitignore @@ -104,3 +104,4 @@ *.exe test_quiesce_stream test_large_put_inc11 +/test_delete +\ No newline at end of file