X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=1d981fb5ff3174373a9f63defb7fd0ab6805fe14;hb=699685babf2b8d1bccbbeeb05a21d656d3438bc2;hp=15cb267257c54706212926e479507a906c1161c2;hpb=b2cddc09fda9358c7c2bdfaf487196cb3ff34749;p=m6w6%2Fext-http diff --git a/.gitignore b/.gitignore index 15cb267..1d981fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .cproject .deps +*.dep .libs/ .project Makefile @@ -41,6 +42,7 @@ lcov_data *~ *.phar !travis/*.phar +bench/ vendor/ /php_http_api.h /php_http_buffer.h @@ -53,6 +55,8 @@ vendor/ /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 @@ -76,4 +80,5 @@ vendor/ /php_http_utf8.h /php_http_version.h /tests/helper/server.log -*.gcov +*gcov +*lcov