We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b68e84 commit 4077dadCopy full SHA for 4077dad
.gitattributes
@@ -19,11 +19,11 @@
19
*.php diff=php
20
*.[ch] diff=cpp
21
22
-# Collapse generated files within a pull request.
23
-**/*_arginfo.h linguist-generated
24
-/Zend/zend_vm_execute.h linguist-generated
25
-/Zend/zend_vm_handlers.h linguist-generated
26
-/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
27
28
# The OSS fuzz files are bunary
29
/ext/date/tests/ossfuzz*.txt binary
0 commit comments