diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-07-28 15:15:52 +0000 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-07-28 15:15:52 +0000 |
commit | 0d1e59bc6e563183db090d393acaa9c9d605edee (patch) | |
tree | 76b12a16b3595c97a0ffd8151bbbc6bad1facbae | |
parent | 1b4c2ffe98945fbdffddc7f1ffaa5c166848cc58 (diff) |
Added .gitignore
-rw-r--r-- | .gitignore | 39 | ||||
-rw-r--r-- | doc/.gitignore | 63 | ||||
-rw-r--r-- | doc/examples/.gitignore | 12 | ||||
-rw-r--r-- | m4/.gitignore | 5 | ||||
-rw-r--r-- | src/.gitignore | 4 | ||||
-rw-r--r-- | src/examples/.gitignore | 33 | ||||
-rw-r--r-- | src/microhttpd/.gitignore | 43 | ||||
-rw-r--r-- | src/testcurl/.gitignore | 104 | ||||
-rw-r--r-- | src/testcurl/https/.gitignore | 56 | ||||
-rw-r--r-- | src/testzzuf/.gitignore | 43 |
10 files changed, 402 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..af8f57b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +Makefile.in +Makefile +.deps +.libs +/test-driver +/INSTALL +/libmicrohttpd.pc +/MHD_config.h.in +/MHD_config.h +/MHD_config.h.in~ +/configure.lineno +/config.status.lineno +/config.log +/app.info +/debug +/exclude +/autom4te.cache +/scripts +/keys +/doc.tmp +/config.h +/.project +/config.guess +/.cproject +/configure +/libtool +/install-sh +/aclocal.m4 +/missing +/config.sub +/config.status +/compile +/stamp-h1 +/.pydevproject +/config.h.in +/ltmain.sh +/depcomp +/.autotools +/.vscode diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..6c0bae11 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,63 @@ +/libmicrohttpd.vr +/libmicrohttpd.tps +/libmicrohttpd.tp +/libmicrohttpd.toc +/libmicrohttpd.pg +/libmicrohttpd.ky +/libmicrohttpd.fns +/libmicrohttpd.fn +/libmicrohttpd.cps +/libmicrohttpd.cp +/libmicrohttpd.aux +/texinfo.tex +/libmicrohttpd-tutorial.info +/libmicrohttpd.info +/libmicrohttpd.html +/microhttpd-tutorial.vr +/microhttpd-tutorial.tp +/microhttpd-tutorial.toc +/microhttpd-tutorial.pg +/microhttpd-tutorial.pdf +/microhttpd-tutorial.log +/microhttpd-tutorial.ky +/microhttpd-tutorial.info +/microhttpd-tutorial.html +/microhttpd-tutorial.fn +/microhttpd-tutorial.cp +/microhttpd-tutorial.aux +/tutorial.vr +/tutorial.tp +/tutorial.pg +/tutorial.pdf +/tutorial.log +/tutorial.ky +/tutorial.html +/tutorial.fn +/tutorial.cp +/microhttpd.html +/version.texi.orig +/tutorial.toc +/tutorial.aux +/stamp-vti.orig +/microhttpd.info.orig +/microhttpd.vr +/microhttpd.tps +/microhttpd.tp +/microhttpd.toc +/microhttpd.pg +/microhttpd.pdf +/microhttpd.log +/microhttpd.ky +/microhttpd.fns +/microhttpd.fn +/microhttpd.cps +/microhttpd.cp +/microhttpd.aux +/tutorial +/microhttpd +/libmicrohttpdtutorial +/version.texi +/stamp-vti +/microhttpd.info +/mdate-sh +/doxygen diff --git a/doc/examples/.gitignore b/doc/examples/.gitignore new file mode 100644 index 00000000..bffda70a --- /dev/null +++ b/doc/examples/.gitignore @@ -0,0 +1,12 @@ +/tlsauthentication +/simplepost +/sessions +/responseheaders +/logging +/largepost +/hellobrowser +/basicauthentication +*.exe +*.o +*.lo +*.la diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 00000000..f11afe06 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +/lt~obsolete.m4 +/ltversion.m4 +/ltsugar.m4 +/ltoptions.m4 +/libtool.m4 diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..a3813ba3 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,4 @@ +*.exe +*.o +*.lo +*.la diff --git a/src/examples/.gitignore b/src/examples/.gitignore new file mode 100644 index 00000000..b44dd906 --- /dev/null +++ b/src/examples/.gitignore @@ -0,0 +1,33 @@ +/demo_https +/chunked_example +/benchmark_https +/benchmark +/demo +/dual_stack_example +/post_example.gcno +/minimal_example.gcda +/post_example +/digest_auth_example.gcno +/fileserver_example_dirs.gcno +/digest_auth_example +/fileserver_example_dirs +/minimal_example.gcno +/querystring_example.gcno +/authorization_example.gcno +/minimal_example_comet +/https_fileserver_example.gcno +/refuse_post_example.gcno +/https_fileserver_example +/fileserver_example.gcno +/fileserver_example_external_select.gcno +/refuse_post_example +/minimal_example_comet.gcno +/X.509 +/https_server_example +/querystring_example +/minimal_example +/fileserver_example +/fileserver_example_external_select +/https_echo_server_example.c +/https_echo_client_example.c +/authorization_example diff --git a/src/microhttpd/.gitignore b/src/microhttpd/.gitignore new file mode 100644 index 00000000..45d0479b --- /dev/null +++ b/src/microhttpd/.gitignore @@ -0,0 +1,43 @@ +/microhttpd_dll_res.rc +/test_postprocessor_large +/test_postprocessor +/test_daemon +/test_postprocessor_amp +/md5.gcda +/digestauth.gcda +/md5.gcno +/digestauth.gcno +/base64.gcno +/response.gcno +/response.gcda +/reason_phrase.gcno +/reason_phrase.gcda +/postprocessor_test.gcno +/postprocessor_test.gcda +/postprocessor_large_test.gcno +/postprocessor_large_test.gcda +/postprocessor.gcno +/postprocessor.gcda +/memorypool.gcno +/memorypool.gcda +/internal.gcno +/internal.gcda +/daemontest +/daemon_test.gcno +/daemon_test.gcda +/daemon.gcno +/daemon.gcda +/connection_https.gcno +/connection_https.gcda +/connection.gcno +/connection.gcda +/daemon.loT +/daemon_test +/libmicrohttpd_la-internal.loT +/libmicrohttpd_la-connection.loT +/libmicrohttpd_la-postprocessor.loT +/libmicrohttpd_la-daemon.loT +/postprocessor_large_test +/postprocessor_test +/gmon.out +*.exe diff --git a/src/testcurl/.gitignore b/src/testcurl/.gitignore new file mode 100644 index 00000000..02b5cb8f --- /dev/null +++ b/src/testcurl/.gitignore @@ -0,0 +1,104 @@ +/test_concurrent_stop +/libcurl_version_check.a +/test_quiesce +/test_urlparse +/test_timeout +/test_termination +/test_put_chunked +/test_put11 +/test_put +/test_process_headers +/test_process_arguments +/test_postform11 +/test_postform +/test_post_loop11 +/test_post_loop +/test_post11 +/test_post +/test_parse_cookies +/test_options +/test_long_header11 +/test_long_header +/test_large_put11 +/test_large_put +/test_iplimit11 +/test_get_sendfile11 +/test_get_sendfile +/test_get_response_cleanup +/test_get_chunked +/test_get11 +/test_get +/test_digestauth_with_arguments +/test_digestauth +/daemontest_digestauth_with_arguments +/test_start_stop +/daemontest_urlparse +/daemontest_get_response_cleanup +/test_callback +/perf_get_concurrent +/perf_get +/daemontest_timeout.gcno +/daemontest_timeout.gcda +/daemontest_termination.gcno +/daemontest_termination.gcda +/daemontest_get_sendfile.gcno +/daemontest_get_sendfile.gcda +/daemontest_digestauth.gcno +/daemontest_digestauth.gcda +/daemontest_digestauth +/daemontest_timeout +/daemontest_get_sendfile11 +/daemontest_get_sendfile +/daemontest_iplimit.gcno +/daemontest_iplimit.gcda +/daemontest_termination +/daemontest_iplimit11 +/daemontest_long_header.gcda +/daemontest_process_headers.gcda +/daemontest_large_put.gcno +/daemontest_postform.gcno +/daemontest_put_chunked.gcno +/daemontest_post_loop.gcno +/daemontest_get_chunked.gcno +/daemontest_post.gcno +/daemontest_parse_cookies.gcno +/daemontest_large_put.gcda +/daemontest_process_arguments.gcno +/daemon_options_test +/daemontest_put.gcno +/daemontest_get.gcno +/daemontest_postform.gcda +/daemontest_put_chunked.gcda +/curl_version_check.gcno +/daemontest_process_headers +/daemontest_long_header11 +/daemontest_post_loop.gcda +/daemontest_get_chunked.gcda +/daemontest_post.gcda +/daemontest_parse_cookies.gcda +/daemontest_long_header.gcno +/daemontest_process_headers.gcno +/daemontest_process_arguments.gcda +/daemontest_process_arguments +/daemontest_put.gcda +/daemontest_get.gcda +/daemon_options_test.gcno +/curl_version_check.gcda +/daemontest_process_arguments.c +/daemontest_parse_cookies +/daemontest_put11 +/daemontest_put_chunked +/daemontest_put +/daemontest_large_put11 +/daemontest_postform11 +/daemontest_postform +/daemontest_post +/daemontest_large_put +/daemontest_get +/daemontest_post_loop11 +/daemontest_post11 +/daemontest_get_chunked +/daemontest_long_header +/daemontest_post_loop +/daemontest_get11 +*.exe diff --git a/src/testcurl/https/.gitignore b/src/testcurl/https/.gitignore new file mode 100644 index 00000000..966e1215 --- /dev/null +++ b/src/testcurl/https/.gitignore @@ -0,0 +1,56 @@ +/test_https_sni +/test_tls_options +/test_tls_authentication +/test_https_time_out +/test_https_session_info +/test_https_multi_daemon +/test_https_get_select +/test_https_get_parallel_threads +/test_https_get_parallel +/test_https_get +/test_empty_response +/mhds_get_test_select.gcno +/mhds_get_test_select.gcda +/mhds_get_test_select +/tls_test_common.gcno +/tls_test_common.gcda +/tls_session_time_out_test.gcno +/tls_session_time_out_test.gcda +/tls_multi_thread_mode_test.gcno +/tls_multi_thread_mode_test.gcda +/tls_extension_test.gcno +/tls_extension_test.gcda +/tls_cipher_change_test.gcno +/tls_cipher_change_test.gcda +/tls_alert_test.gcno +/tls_alert_test.gcda +/mhds_get_test.gcno +/mhds_get_test.gcda +/tls_multi_thread_mode_test +/tls_extension_test +/https_test_file +/tls_daemon_options_test.gcno +/tls_authentication_test.gcno +/tls_thread_mode_test.gcda +/tls_thread_mode_test +/mhds_session_info_test.gcno +/tls_daemon_options_test +/tls_cipher_change_test +/.deps +/tls_thread_mode_test.gcno +/mhds_multi_daemon_test.gcda +/tls_alert_test +/tls_daemon_options_test.gcda +/tls_authentication_test.gcda +/mhds_session_info_test.gcda +/tls_session_time_out_test +/tls_daemon_options_dh_test +/tls_daemon_options_adh_test +/mhds_multi_daemon_test.gcno +/mhds_get_test +/mhds_test_session_info +/mhds_session_info_test +/mhds_multi_daemon_test +/tls_authentication_test +/tmp_ca_cert.pem +*.exe diff --git a/src/testzzuf/.gitignore b/src/testzzuf/.gitignore new file mode 100644 index 00000000..1de479de --- /dev/null +++ b/src/testzzuf/.gitignore @@ -0,0 +1,43 @@ +/test_put_large11 +/test_put_large +/test_put_chunked +/test_put11 +/test_put +/test_post_form11 +/test_post_form +/test_post11 +/test_post +/test_long_header +/test_get_chunked +/test_get11 +/test_get +/daemontest_put.gcno +/daemontest_long_header.gcda +/daemontest_get.gcno +/daemontest_postform.gcda +/daemontest_put_chunked.gcda +/daemontest_long_header +/daemontest_large_put.gcno +/daemontest_put +/daemontest_put_chunked +/daemontest_postform +/daemontest_put11 +/daemontest_postform11 +/daemontest_get_chunked.gcda +/daemontest_post.gcda +/daemontest_large_put +/daemontest_large_put11 +/daemontest_post +/daemontest_post11 +/daemontest_long_header.gcno +/daemontest_postform.gcno +/daemontest_put_chunked.gcno +/daemontest_get_chunked.gcno +/daemontest_put.gcda +/daemontest_post.gcno +/daemontest_get.gcda +/daemontest_large_put.gcda +/daemontest_get +/daemontest_get_chunked +/daemontest_get11 +*.exe |