mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] Mark *_arginfo.h
as linguist-generated
(#8722)
The generated `*_arginfo.h` usually cannot be usefully reviewed within a PR. Collapse them by default by adding the `linguist-generated` attribute to reduce the visual noise. see https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github see https://github.com/github/linguist/blob/master/docs/overrides.md#summary
This commit is contained in:
parent
cd86423ac2
commit
94183d3e8b
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -18,3 +18,6 @@
|
|||
*.phpt diff=php
|
||||
*.php diff=php
|
||||
*.[ch] diff=cpp
|
||||
|
||||
# Collapse the generated arginfo.h files within a pull request.
|
||||
**/*_arginfo.h linguist-generated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue