From: Chiel ten Brinke Date: Tue, 3 Jan 2017 10:44:59 +0000 (+0100) Subject: Prevent git from interpreting dot files as Microsoft Word documents while diffing. X-Git-Tag: 2.42.0~213^2~7^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e891a8f7ce3e0e10c2f86694c491b75732132f76;p=graphviz Prevent git from interpreting dot files as Microsoft Word documents while diffing. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9dd9b609f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Prevent git from interpreting dot as Microsoft Word documents while diffing. +*.dot !diff +*.DOT !diff