From f077c9d233f4fe6096a83cd87a36db96b64012b4 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 4 Aug 2025 23:10:41 +0200 Subject: [PATCH] [skip ci] Add zend_jit_arm64.c to gitignore This is not generated in CI since moving to macOS 14, which is arm based. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b8eb03412fa..49acc9f2e17 100644 --- a/.gitignore +++ b/.gitignore @@ -169,6 +169,7 @@ php # 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`