mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Fix linguist-generated for zend_vm_opcodes files
{h,c} is not actually a supported pattern
This commit is contained in:
parent
0b1d750d91
commit
5ff244d6e0
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -22,7 +22,7 @@
|
||||||
# Collapse generated files within a pull request.
|
# Collapse generated files within a pull request.
|
||||||
**/*_arginfo.h linguist-generated
|
**/*_arginfo.h linguist-generated
|
||||||
/Zend/zend_vm_execute.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
|
# The OSS fuzz files are bunary
|
||||||
/ext/date/tests/ossfuzz*.txt binary
|
/ext/date/tests/ossfuzz*.txt binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue