prepare v4.2.5
[m6w6/ext-http] / .gitignore
index 15cb267257c54706212926e479507a906c1161c2..99028c98e2a0ac08d5554e04a6721c807dc5cb46 100644 (file)
@@ -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
@@ -41,6 +44,7 @@ lcov_data
 *~
 *.phar
 !travis/*.phar
+bench/
 vendor/
 /php_http_api.h
 /php_http_buffer.h
@@ -53,6 +57,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 +82,6 @@ vendor/
 /php_http_utf8.h
 /php_http_version.h
 /tests/helper/server.log
-*.gcov
+*gcov
+*lcov
+.vscode