浏览代码

update .gitignore files

Christian Grothoff 6 年之前
父节点
当前提交
c530ee3be4
共有 3 个文件被更改,包括 6 次插入1 次删除
  1. 3 1
      src/examples/.gitignore
  2. 2 0
      src/microhttpd/.gitignore
  3. 1 0
      src/testcurl/.gitignore

+ 3 - 1
src/examples/.gitignore

@@ -32,4 +32,6 @@
 /https_echo_client_example.c
 /authorization_example
 upgrade_example
-/timeout
+/timeout
+http_chunked_compression
+http_compression

+ 2 - 0
src/microhttpd/.gitignore

@@ -55,3 +55,5 @@ test_http_reasons
 /test_str_token
 test_shutdown_poll
 test_shutdown_select
+test_md5
+test_sha256

+ 1 - 0
src/testcurl/.gitignore

@@ -107,3 +107,4 @@ test_large_put_inc11
 /test_deletetest_digestauth_sha256
 test_delete
 test_digestauth_sha256
+perf_get_concurrent11