[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:
Tim Düsterhus 2022-06-07 13:35:09 +02:00 committed by GitHub
parent cd86423ac2
commit 94183d3e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored
View File

@ -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