.gitattributes 758 B

12345678910111213141516171819
  1. # Replace $Id$ strings with 40-character hexadecimal blob object name.
  2. /ext/ext_skel.php ident
  3. /ext/phar/phar/pharcommand.inc ident
  4. /ext/dba/libinifile/inifile.c ident
  5. /ext/dba/libflatfile/flatfile.c ident
  6. /ext/dba/libcdb/cdb_make.c ident
  7. /ext/dba/libcdb/cdb.c ident
  8. /run-tests.php ident
  9. # A custom merge driver to avoid automatic merges. These are manually merged.
  10. # See https://wiki.php.net/vcs/gitfaq
  11. /NEWS merge=NEWS
  12. /UPGRADING merge=NEWS
  13. /UPGRADING.INTERNALS merge=NEWS
  14. # Enable commit diffs for binary PHP test files. Some PHP test files include
  15. # special characters, such as ASCII control characters. Git recognizes these as
  16. # binary and wouldn't generate diffs.
  17. *.phpt diff