-
David Fairbrother authored
Git on Windows incorrectly attempts to generate a diffstat with .dot (graphwiz) files. This new line forces git to diff the file as plain text.
David Fairbrother authoredGit on Windows incorrectly attempts to generate a diffstat with .dot (graphwiz) files. This new line forces git to diff the file as plain text.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitattributes 826 B
# Set default behaviour, in case users don't have core.autocrlf set.
# See https://help.github.com/articles/dealing-with-line-endings#platform-all for more info
# N.B. Only works with git client 1.7.2+
* text=auto
# Some XML files are slightly larger than the allowed limit but they
# should compress well
*.xml hooks.MaxObjectKiB130902=2048
# .dot files are diff'd using Word on Windows by default
*.dot !diff
# Allowing gSoap generated files to be committed.
/Code/Mantid/Framework/ICat/inc/MantidICat/ICat3/GSoapGenerated/ICat3H.h hooks.MaxObjectKiB131025=2048
/Code/Mantid/Framework/ICat/src/ICat3/GSoapGenerated/ICat3C.cpp hooks.MaxObjectKiB131025=5120
/Code/Mantid/Framework/ICat/src/ICat4/GSoapGenerated/ICat4C.cpp hooks.MaxObjectKiB131025=2048