From b662ca0acf72d4a6eac8c8587ff518d1edbe0704 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 13 Dec 2019 13:23:13 +0100 Subject: [PATCH] do not modify pdf files --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8d1f26a78..7a5c5bde5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,8 @@ # always use LF, even if the files are edited on windows, they need to be compiled/used on unix * text eol=lf -# Denote all files that are truly binary and should not be modified. +# Denote all files that are binary and should not be modified. *.png binary *.jpg binary -*.cae binary *.hdf5 binary +*.pdf binary