aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore12
-rw-r--r--src/examples/.gitignore1
-rw-r--r--src/microhttpd/.gitignore10
-rw-r--r--src/testcurl/.gitignore1
4 files changed, 13 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 29c6987a..5f565b93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,15 +42,5 @@ Makefile
42po/configure.acT 42po/configure.acT
43po/Makevars.template 43po/Makevars.template
44po/POTFILES 44po/POTFILES
45po/configargs.stamp
45src/examples/timeout 46src/examples/timeout
46src/microhttpd/test_daemon.trs
47src/microhttpd/test_shutdown_poll
48src/microhttpd/test_shutdown_select
49src/microhttpd/test_str_compare
50src/microhttpd/test_str_to_value
51src/microhttpd/test_upgrade
52src/microhttpd/test_upgrade_ssl
53src/testcurl/test_delete
54src/microhttpd/test_options
55src/microhttpd/test_start_stop
56src/microhttpd/test_str_token
diff --git a/src/examples/.gitignore b/src/examples/.gitignore
index eaa6336a..e5e696d0 100644
--- a/src/examples/.gitignore
+++ b/src/examples/.gitignore
@@ -32,3 +32,4 @@
32/https_echo_client_example.c 32/https_echo_client_example.c
33/authorization_example 33/authorization_example
34upgrade_example 34upgrade_example
35/timeout \ No newline at end of file
diff --git a/src/microhttpd/.gitignore b/src/microhttpd/.gitignore
index cf17abd7..bc340b7e 100644
--- a/src/microhttpd/.gitignore
+++ b/src/microhttpd/.gitignore
@@ -43,3 +43,13 @@
43*.exe 43*.exe
44test_upgrade_tls 44test_upgrade_tls
45test_http_reasons 45test_http_reasons
46/test_daemon.trs
47/test_shutdown_poll_ignore
48/test_shutdown_select_ignore
49/test_str_compare
50/test_str_to_value
51/test_upgrade
52/test_upgrade_ssl
53/test_options
54/test_start_stop
55/test_str_token
diff --git a/src/testcurl/.gitignore b/src/testcurl/.gitignore
index 0e709821..5f2e7da2 100644
--- a/src/testcurl/.gitignore
+++ b/src/testcurl/.gitignore
@@ -104,3 +104,4 @@
104*.exe 104*.exe
105test_quiesce_stream 105test_quiesce_stream
106test_large_put_inc11 106test_large_put_inc11
107/test_delete \ No newline at end of file