From 6b38251820be4ab2eb38c55d41c6680d0bff83f3 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 3 Feb 2020 13:41:09 +0100 Subject: Add bundled jit libraries to exclude list --- scripts/dev/tidy.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/dev/tidy.php b/scripts/dev/tidy.php index 267f838a61..107f0c3a8f 100644 --- a/scripts/dev/tidy.php +++ b/scripts/dev/tidy.php @@ -22,6 +22,9 @@ $excludes = [ 'ext/hash/php_hash_whirlpool_tables.h', 'ext/mbstring/libmbfl/', 'ext/mbstring/unicode_data.h', + 'ext/opcache/jit/dynasm', + 'ext/opcache/jit/libudis86', + 'ext/opcache/jit/vtune', 'ext/pcre/pcre2lib/', 'ext/standard/html_tables/html_table_gen.php', 'ext/xmlrpc/libxmlrpc/', -- cgit v1.2.1