Skip to content

Commit 94183d3

Browse files
authored
[skip ci] Mark *_arginfo.h as linguist-generated (php#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
1 parent cd86423 commit 94183d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
*.phpt diff=php
1919
*.php diff=php
2020
*.[ch] diff=cpp
21+
22+
# Collapse the generated arginfo.h files within a pull request.
23+
**/*_arginfo.h linguist-generated

0 commit comments

Comments
 (0)