From cbc120d58a7f6df436a1e3f71025bcbeb2f886c6 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 22 Apr 2016 11:44:41 +0200 Subject: [PATCH] should ignore Abaqus binary files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8035e26a7..2de3643a1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary +*.cae binary