Skip to content

Commit

Permalink
Remove unused PHP-8.3 generated JIT files (php#14622)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petk authored Jun 21, 2024
1 parent 6e2ad3c commit 5d359cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 52,252 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 5d359cd

Please sign in to comment.