From 4b6df3ae8820d7b205040ee3f84c9ae399623c7c Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 10 Sep 2014 08:55:49 +0200 Subject: [PATCH] Teach git that some files are binary This stops things like git grep on short strings finding and showing diffs from binary files. Change-Id: I877211accfab3e8132d4cec1f671df790d0500f8 --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitattributes b/.gitattributes index b558257f87..584ce56a88 100644 --- a/.gitattributes +++ b/.gitattributes @@ -42,3 +42,17 @@ src/gromacs/selection/scanner.cpp !filter src/gromacs/selection/scanner_flex.h !filter nb_kernel_Elec* filter=copyright nb_kernel*pre filter=copyright +*.eps binary +*.jpg binary +*.svg binary +*.png binary +*.pdf binary +*.ogl binary +*.gif binary +*.jpg binary +*.tpr binary +*.trr binary +*.tng binary +*.xtc binary +*.edr binary +*.cpt binary -- 2.22.0