| **/*.info diff | |
| **/index_nodes diff | |
| **/one_node diff | |
| ChangeLog merge=merge-changelog | |
| **/*.texi diff=texinfo | |
| # put the following in your .gitconfig | |
| # [diff "texinfo"] | |
| # xfuncname = "^(@node .*)$" | |
| tp/t/results/*/*.pl diff | |
| # A few UTF-8-compatible text files use CRLF endings, | |
| # even on non-Microsoft platforms. | |
| # Do not warn about trailing whitespace with these files. | |
| *.cmd whitespace=cr-at-eol |