Skip to content

Commit d3eb6a6

Browse files
petkdevnexen
authored andcommitted
Remove unused PHP-8.3 generated JIT files (#14622)
This remove unused PHP-8.3 generated JIT files and adds PHP-8.3 generated JIT files back to .gitignore to have smoother workflow when switching PHP branches this can be ignored for a branch or two.
1 parent b3397ae commit d3eb6a6

File tree

3 files changed

+5
-52252
lines changed

3 files changed

+5
-52252
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ php
166166
# Extensions files
167167
# ------------------------------------------------------------------------------
168168

169+
# Miscellaneous extensions files
170+
/ext/opcache/jit/zend_jit_x86.c
171+
/ext/opcache/jit/zend_jit_arm64.c
172+
/ext/opcache/minilua
173+
169174
# Generated by `cd ext/name && phpize && ./configure`
170175
/ext/*/build/
171176
/ext/*/configure.ac

0 commit comments

Comments
 (0)