Browse Source
[skip ci] Hide generated files from diff via .gitattributes (#11802)
pull/11806/head
Ilija Tovilo
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
.gitattributes
|
|
|
@ -19,11 +19,11 @@ |
|
|
|
*.php diff=php |
|
|
|
*.[ch] diff=cpp |
|
|
|
|
|
|
|
# Collapse generated files within a pull request. |
|
|
|
**/*_arginfo.h linguist-generated |
|
|
|
/Zend/zend_vm_execute.h linguist-generated |
|
|
|
/Zend/zend_vm_handlers.h linguist-generated |
|
|
|
/Zend/zend_vm_opcodes.[ch] linguist-generated |
|
|
|
# Collapse generated files within git and pull request diff. |
|
|
|
**/*_arginfo.h linguist-generated -diff |
|
|
|
/Zend/zend_vm_execute.h linguist-generated -diff |
|
|
|
/Zend/zend_vm_handlers.h linguist-generated -diff |
|
|
|
/Zend/zend_vm_opcodes.[ch] linguist-generated -diff |
|
|
|
|
|
|
|
# The OSS fuzz files are bunary |
|
|
|
/ext/date/tests/ossfuzz*.txt binary |