1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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.
This commit is contained in:
Peter Kokot
2024-06-21 17:33:57 +02:00
committed by GitHub
parent 6e2ad3c4ba
commit 5d359cd4e5
3 changed files with 5 additions and 52252 deletions

5
.gitignore vendored
View File

@@ -166,6 +166,11 @@ 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

File diff suppressed because it is too large Load Diff

Binary file not shown.