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

[skip ci] Fix linguist-generated for zend_vm_opcodes files

{h,c} is not actually a supported pattern
This commit is contained in:
Ilija Tovilo
2023-05-24 20:45:20 +02:00
parent 0b1d750d91
commit 5ff244d6e0

2
.gitattributes vendored
View File

@@ -22,7 +22,7 @@
# Collapse generated files within a pull request.
**/*_arginfo.h linguist-generated
/Zend/zend_vm_execute.h linguist-generated
/Zend/zend_vm_opcodes.{h,c} linguist-generated
/Zend/zend_vm_opcodes.[ch] linguist-generated
# The OSS fuzz files are bunary
/ext/date/tests/ossfuzz*.txt binary