]> granicus.if.org Git - graphviz/commitdiff
Prevent git from interpreting dot files as Microsoft Word documents while diffing.
authorChiel ten Brinke <ctenbrinke@gmail.com>
Tue, 3 Jan 2017 10:44:59 +0000 (11:44 +0100)
committerChiel ten Brinke <ctenbrinke@gmail.com>
Tue, 3 Jan 2017 11:39:03 +0000 (12:39 +0100)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..9dd9b60
--- /dev/null
@@ -0,0 +1,3 @@
+# Prevent git from interpreting dot as Microsoft Word documents while diffing.
+*.dot !diff
+*.DOT !diff