X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.gitignore;h=a20dd1db17a828e3dae721d97e4b70a56fbac4d6;hp=45ac1a5f203ae766bd3662ce1fe7a59e677ceb02;hb=deec5bdf27a464cc6663aa8ad2cc84c9e5a9abd7;hpb=17137d4ab1ce81a2cee0fae842340a344ef3da83 diff --git a/.gitignore b/.gitignore index 45ac1a5..a20dd1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ .cproject .deps +*.dep .libs/ .project -Makefile +/Makefile Makefile.fragments Makefile.global Makefile.objects @@ -10,6 +11,7 @@ acinclude.m4 aclocal.m4 autom4te.cache/ build/ +config.cache config.guess config.h config.h.in @@ -18,6 +20,7 @@ config.nice config.status config.sub configure +configure.ac configure.in http.la install-sh @@ -40,38 +43,44 @@ tests/*.sh lcov_data *~ *.phar +!travis/*.phar +bench/ vendor/ -tests/helper/server.log -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_env.h -php_http_env_request.h -php_http_env_response.h -php_http_etag.h -php_http_exception.h -php_http_filter.h -php_http_header.h -php_http_header_parser.h -php_http_info.h -php_http_message.h -php_http_message_body.h -php_http_message_parser.h -php_http_misc.h -php_http_negotiate.h -php_http_object.h -php_http_options.h -php_http_params.h -php_http_querystring.h -php_http_response_codes.h -php_http_url.h -php_http_utf8.h -php_http_version.h +/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 +/php_http_etag.h +/php_http_exception.h +/php_http_filter.h +/php_http_header.h +/php_http_header_parser.h +/php_http_info.h +/php_http_message.h +/php_http_message_body.h +/php_http_message_parser.h +/php_http_misc.h +/php_http_negotiate.h +/php_http_object.h +/php_http_options.h +/php_http_params.h +/php_http_querystring.h +/php_http_response_codes.h +/php_http_url.h +/php_http_utf8.h +/php_http_version.h +/tests/helper/server.log +*gcov +*lcov