X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.gitignore;h=95f72a28281acbb05db5529e90af406dc42cd6d3;hp=5cf782078163dffac0dcfc40280c8a8f92cf6164;hb=52b988066074880ed220f99b4e71be3249b32c85;hpb=e096f45ff30a46d6a8e96da7bc6334d2ac5ab7c2 diff --git a/.gitignore b/.gitignore index 5cf7820..95f72a2 100644 --- a/.gitignore +++ b/.gitignore @@ -41,16 +41,21 @@ lcov_data *~ *.phar !travis/*.phar +bench/ vendor/ /php_http_api.h /php_http_buffer.h /php_http_client.h /php_http_client_curl.h +/php_http_client_curl_event.h +/php_http_client_curl_user.h /php_http_client_request.h /php_http_client_response.h /php_http_cookie.h /php_http_curl.h /php_http_encoding.h +/php_http_encoding_zlib.h +/php_http_encoding_brotli.h /php_http_env.h /php_http_env_request.h /php_http_env_response.h @@ -74,4 +79,5 @@ vendor/ /php_http_utf8.h /php_http_version.h /tests/helper/server.log -*.gcov +*gcov +*lcov