From af25c08891a6df42bbf3effcdbfc0ec8715a74c5 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 6 May 2024 22:56:52 +0200 Subject: [PATCH] Update .gitignore - The headers mentioned in the comment are not "generated" anymore as done via eb76a830081c1f86c8af3a94ca9026fdae0f7335 - zend_jit_.c files are now generated as part of the ext/opcache/jit/ir - generated minilua is ignored in ext/opcache/jit/ir/.gitignore --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cf11cd0ac20f9..608cb86294eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -78,7 +78,7 @@ Makefile Makefile.fragments Makefile.objects -# Directories for shared object files and headers generated by `./configure` +# Directories for shared object files generated by `./configure` libs/ modules/ @@ -166,11 +166,6 @@ php # Extensions files # ------------------------------------------------------------------------------ -# Miscellaneous extensions files -/ext/opcache/jit/zend_jit_x86.c -/ext/opcache/jit/zend_jit_arm64.c -/ext/opcache/minilua - # Generated by `cd ext/name && phpize && ./configure` /ext/*/build/ /ext/*/configure.ac