2018-10-06 14:43:50 +08:00
|
|
|
# Replace $Id$ strings with 40-character hexadecimal blob object name.
|
|
|
|
/ext/ext_skel.php ident
|
|
|
|
/ext/phar/phar/pharcommand.inc ident
|
|
|
|
/ext/dba/libinifile/inifile.c ident
|
|
|
|
/ext/dba/libflatfile/flatfile.c ident
|
|
|
|
/ext/dba/libcdb/cdb_make.c ident
|
|
|
|
/ext/dba/libcdb/cdb.c ident
|
|
|
|
/run-tests.php ident
|
|
|
|
|
|
|
|
# A custom merge driver to avoid automatic merges. These are manually merged.
|
|
|
|
# See https://wiki.php.net/vcs/gitfaq
|
|
|
|
/NEWS merge=NEWS
|
|
|
|
/UPGRADING merge=NEWS
|
|
|
|
/UPGRADING.INTERNALS merge=NEWS
|
|
|
|
|
2022-04-13 03:08:02 +08:00
|
|
|
# Configure proper diff drivers to improve the context lines in the output
|
|
|
|
# of git diff and to improve token splitting for --word-diff.
|
|
|
|
*.phpt diff=php
|
|
|
|
*.php diff=php
|
|
|
|
*.[ch] diff=cpp
|
2022-06-07 19:35:09 +08:00
|
|
|
|
2023-07-27 01:18:01 +08:00
|
|
|
# Collapse generated files within git and pull request diff.
|
|
|
|
**/*_arginfo.h linguist-generated -diff
|
2024-04-16 21:10:01 +08:00
|
|
|
/main/gdb_inlined_script.c linguist-generated -diff
|
2023-07-27 01:18:01 +08:00
|
|
|
/Zend/zend_vm_execute.h linguist-generated -diff
|
|
|
|
/Zend/zend_vm_handlers.h linguist-generated -diff
|
|
|
|
/Zend/zend_vm_opcodes.[ch] linguist-generated -diff
|
2023-02-07 21:24:01 +08:00
|
|
|
|
2023-09-18 18:07:17 +08:00
|
|
|
# The OSS fuzz files are binary
|
2023-02-07 21:24:01 +08:00
|
|
|
/ext/date/tests/ossfuzz*.txt binary
|
2023-10-22 23:26:21 +08:00
|
|
|
|
|
|
|
# Vendored libraries
|
|
|
|
/ext/dom/lexbor/lexbor linguist-vendored
|