aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-07-28 15:15:52 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-07-28 15:15:52 +0000
commit0d1e59bc6e563183db090d393acaa9c9d605edee (patch)
tree76b12a16b3595c97a0ffd8151bbbc6bad1facbae
parent1b4c2ffe98945fbdffddc7f1ffaa5c166848cc58 (diff)
downloadlibmicrohttpd-0d1e59bc6e563183db090d393acaa9c9d605edee.tar.gz
libmicrohttpd-0d1e59bc6e563183db090d393acaa9c9d605edee.zip
Added .gitignore
-rw-r--r--.gitignore39
-rw-r--r--doc/.gitignore63
-rw-r--r--doc/examples/.gitignore12
-rw-r--r--m4/.gitignore5
-rw-r--r--src/.gitignore4
-rw-r--r--src/examples/.gitignore33
-rw-r--r--src/microhttpd/.gitignore43
-rw-r--r--src/testcurl/.gitignore104
-rw-r--r--src/testcurl/https/.gitignore56
-rw-r--r--src/testzzuf/.gitignore43
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 @@
1Makefile.in
2Makefile
3.deps
4.libs
5/test-driver
6/INSTALL
7/libmicrohttpd.pc
8/MHD_config.h.in
9/MHD_config.h
10/MHD_config.h.in~
11/configure.lineno
12/config.status.lineno
13/config.log
14/app.info
15/debug
16/exclude
17/autom4te.cache
18/scripts
19/keys
20/doc.tmp
21/config.h
22/.project
23/config.guess
24/.cproject
25/configure
26/libtool
27/install-sh
28/aclocal.m4
29/missing
30/config.sub
31/config.status
32/compile
33/stamp-h1
34/.pydevproject
35/config.h.in
36/ltmain.sh
37/depcomp
38/.autotools
39/.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 @@
1/libmicrohttpd.vr
2/libmicrohttpd.tps
3/libmicrohttpd.tp
4/libmicrohttpd.toc
5/libmicrohttpd.pg
6/libmicrohttpd.ky
7/libmicrohttpd.fns
8/libmicrohttpd.fn
9/libmicrohttpd.cps
10/libmicrohttpd.cp
11/libmicrohttpd.aux
12/texinfo.tex
13/libmicrohttpd-tutorial.info
14/libmicrohttpd.info
15/libmicrohttpd.html
16/microhttpd-tutorial.vr
17/microhttpd-tutorial.tp
18/microhttpd-tutorial.toc
19/microhttpd-tutorial.pg
20/microhttpd-tutorial.pdf
21/microhttpd-tutorial.log
22/microhttpd-tutorial.ky
23/microhttpd-tutorial.info
24/microhttpd-tutorial.html
25/microhttpd-tutorial.fn
26/microhttpd-tutorial.cp
27/microhttpd-tutorial.aux
28/tutorial.vr
29/tutorial.tp
30/tutorial.pg
31/tutorial.pdf
32/tutorial.log
33/tutorial.ky
34/tutorial.html
35/tutorial.fn
36/tutorial.cp
37/microhttpd.html
38/version.texi.orig
39/tutorial.toc
40/tutorial.aux
41/stamp-vti.orig
42/microhttpd.info.orig
43/microhttpd.vr
44/microhttpd.tps
45/microhttpd.tp
46/microhttpd.toc
47/microhttpd.pg
48/microhttpd.pdf
49/microhttpd.log
50/microhttpd.ky
51/microhttpd.fns
52/microhttpd.fn
53/microhttpd.cps
54/microhttpd.cp
55/microhttpd.aux
56/tutorial
57/microhttpd
58/libmicrohttpdtutorial
59/version.texi
60/stamp-vti
61/microhttpd.info
62/mdate-sh
63/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 @@
1/tlsauthentication
2/simplepost
3/sessions
4/responseheaders
5/logging
6/largepost
7/hellobrowser
8/basicauthentication
9*.exe
10*.o
11*.lo
12*.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 @@
1/lt~obsolete.m4
2/ltversion.m4
3/ltsugar.m4
4/ltoptions.m4
5/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 @@
1*.exe
2*.o
3*.lo
4*.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 @@
1/demo_https
2/chunked_example
3/benchmark_https
4/benchmark
5/demo
6/dual_stack_example
7/post_example.gcno
8/minimal_example.gcda
9/post_example
10/digest_auth_example.gcno
11/fileserver_example_dirs.gcno
12/digest_auth_example
13/fileserver_example_dirs
14/minimal_example.gcno
15/querystring_example.gcno
16/authorization_example.gcno
17/minimal_example_comet
18/https_fileserver_example.gcno
19/refuse_post_example.gcno
20/https_fileserver_example
21/fileserver_example.gcno
22/fileserver_example_external_select.gcno
23/refuse_post_example
24/minimal_example_comet.gcno
25/X.509
26/https_server_example
27/querystring_example
28/minimal_example
29/fileserver_example
30/fileserver_example_external_select
31/https_echo_server_example.c
32/https_echo_client_example.c
33/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 @@
1/microhttpd_dll_res.rc
2/test_postprocessor_large
3/test_postprocessor
4/test_daemon
5/test_postprocessor_amp
6/md5.gcda
7/digestauth.gcda
8/md5.gcno
9/digestauth.gcno
10/base64.gcno
11/response.gcno
12/response.gcda
13/reason_phrase.gcno
14/reason_phrase.gcda
15/postprocessor_test.gcno
16/postprocessor_test.gcda
17/postprocessor_large_test.gcno
18/postprocessor_large_test.gcda
19/postprocessor.gcno
20/postprocessor.gcda
21/memorypool.gcno
22/memorypool.gcda
23/internal.gcno
24/internal.gcda
25/daemontest
26/daemon_test.gcno
27/daemon_test.gcda
28/daemon.gcno
29/daemon.gcda
30/connection_https.gcno
31/connection_https.gcda
32/connection.gcno
33/connection.gcda
34/daemon.loT
35/daemon_test
36/libmicrohttpd_la-internal.loT
37/libmicrohttpd_la-connection.loT
38/libmicrohttpd_la-postprocessor.loT
39/libmicrohttpd_la-daemon.loT
40/postprocessor_large_test
41/postprocessor_test
42/gmon.out
43*.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 @@
1/test_concurrent_stop
2/libcurl_version_check.a
3/test_quiesce
4/test_urlparse
5/test_timeout
6/test_termination
7/test_put_chunked
8/test_put11
9/test_put
10/test_process_headers
11/test_process_arguments
12/test_postform11
13/test_postform
14/test_post_loop11
15/test_post_loop
16/test_post11
17/test_post
18/test_parse_cookies
19/test_options
20/test_long_header11
21/test_long_header
22/test_large_put11
23/test_large_put
24/test_iplimit11
25/test_get_sendfile11
26/test_get_sendfile
27/test_get_response_cleanup
28/test_get_chunked
29/test_get11
30/test_get
31/test_digestauth_with_arguments
32/test_digestauth
33/daemontest_digestauth_with_arguments
34/test_start_stop
35/daemontest_urlparse
36/daemontest_get_response_cleanup
37/test_callback
38/perf_get_concurrent
39/perf_get
40/daemontest_timeout.gcno
41/daemontest_timeout.gcda
42/daemontest_termination.gcno
43/daemontest_termination.gcda
44/daemontest_get_sendfile.gcno
45/daemontest_get_sendfile.gcda
46/daemontest_digestauth.gcno
47/daemontest_digestauth.gcda
48/daemontest_digestauth
49/daemontest_timeout
50/daemontest_get_sendfile11
51/daemontest_get_sendfile
52/daemontest_iplimit.gcno
53/daemontest_iplimit.gcda
54/daemontest_termination
55/daemontest_iplimit11
56/daemontest_long_header.gcda
57/daemontest_process_headers.gcda
58/daemontest_large_put.gcno
59/daemontest_postform.gcno
60/daemontest_put_chunked.gcno
61/daemontest_post_loop.gcno
62/daemontest_get_chunked.gcno
63/daemontest_post.gcno
64/daemontest_parse_cookies.gcno
65/daemontest_large_put.gcda
66/daemontest_process_arguments.gcno
67/daemon_options_test
68/daemontest_put.gcno
69/daemontest_get.gcno
70/daemontest_postform.gcda
71/daemontest_put_chunked.gcda
72/curl_version_check.gcno
73/daemontest_process_headers
74/daemontest_long_header11
75/daemontest_post_loop.gcda
76/daemontest_get_chunked.gcda
77/daemontest_post.gcda
78/daemontest_parse_cookies.gcda
79/daemontest_long_header.gcno
80/daemontest_process_headers.gcno
81/daemontest_process_arguments.gcda
82/daemontest_process_arguments
83/daemontest_put.gcda
84/daemontest_get.gcda
85/daemon_options_test.gcno
86/curl_version_check.gcda
87/daemontest_process_arguments.c
88/daemontest_parse_cookies
89/daemontest_put11
90/daemontest_put_chunked
91/daemontest_put
92/daemontest_large_put11
93/daemontest_postform11
94/daemontest_postform
95/daemontest_post
96/daemontest_large_put
97/daemontest_get
98/daemontest_post_loop11
99/daemontest_post11
100/daemontest_get_chunked
101/daemontest_long_header
102/daemontest_post_loop
103/daemontest_get11
104*.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 @@
1/test_https_sni
2/test_tls_options
3/test_tls_authentication
4/test_https_time_out
5/test_https_session_info
6/test_https_multi_daemon
7/test_https_get_select
8/test_https_get_parallel_threads
9/test_https_get_parallel
10/test_https_get
11/test_empty_response
12/mhds_get_test_select.gcno
13/mhds_get_test_select.gcda
14/mhds_get_test_select
15/tls_test_common.gcno
16/tls_test_common.gcda
17/tls_session_time_out_test.gcno
18/tls_session_time_out_test.gcda
19/tls_multi_thread_mode_test.gcno
20/tls_multi_thread_mode_test.gcda
21/tls_extension_test.gcno
22/tls_extension_test.gcda
23/tls_cipher_change_test.gcno
24/tls_cipher_change_test.gcda
25/tls_alert_test.gcno
26/tls_alert_test.gcda
27/mhds_get_test.gcno
28/mhds_get_test.gcda
29/tls_multi_thread_mode_test
30/tls_extension_test
31/https_test_file
32/tls_daemon_options_test.gcno
33/tls_authentication_test.gcno
34/tls_thread_mode_test.gcda
35/tls_thread_mode_test
36/mhds_session_info_test.gcno
37/tls_daemon_options_test
38/tls_cipher_change_test
39/.deps
40/tls_thread_mode_test.gcno
41/mhds_multi_daemon_test.gcda
42/tls_alert_test
43/tls_daemon_options_test.gcda
44/tls_authentication_test.gcda
45/mhds_session_info_test.gcda
46/tls_session_time_out_test
47/tls_daemon_options_dh_test
48/tls_daemon_options_adh_test
49/mhds_multi_daemon_test.gcno
50/mhds_get_test
51/mhds_test_session_info
52/mhds_session_info_test
53/mhds_multi_daemon_test
54/tls_authentication_test
55/tmp_ca_cert.pem
56*.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 @@
1/test_put_large11
2/test_put_large
3/test_put_chunked
4/test_put11
5/test_put
6/test_post_form11
7/test_post_form
8/test_post11
9/test_post
10/test_long_header
11/test_get_chunked
12/test_get11
13/test_get
14/daemontest_put.gcno
15/daemontest_long_header.gcda
16/daemontest_get.gcno
17/daemontest_postform.gcda
18/daemontest_put_chunked.gcda
19/daemontest_long_header
20/daemontest_large_put.gcno
21/daemontest_put
22/daemontest_put_chunked
23/daemontest_postform
24/daemontest_put11
25/daemontest_postform11
26/daemontest_get_chunked.gcda
27/daemontest_post.gcda
28/daemontest_large_put
29/daemontest_large_put11
30/daemontest_post
31/daemontest_post11
32/daemontest_long_header.gcno
33/daemontest_postform.gcno
34/daemontest_put_chunked.gcno
35/daemontest_get_chunked.gcno
36/daemontest_put.gcda
37/daemontest_post.gcno
38/daemontest_get.gcda
39/daemontest_large_put.gcda
40/daemontest_get
41/daemontest_get_chunked
42/daemontest_get11
43*.exe