From 4b947ff7db2dca04361ef0b3d6ed1e93eedd043c Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Wed, 25 Jul 2012 23:35:25 +0200 Subject: [PATCH] Add rules to improve PDF diff. --- .gitattributes | 1 + .gitconfig | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitconfig diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..19692a2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pdf diff=pdf diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..afb6ffb --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ +[diff "pdf"] + textconv = pdftotext - - -- 2.47.2