From 2ac6ffa814262c1d88945224b1670bb96317a971 Mon Sep 17 00:00:00 2001 From: loumalouomega Date: Wed, 19 Apr 2017 18:40:35 +0200 Subject: [PATCH] Adding two additional filetypes to the gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 03979b5474dd..5a9972211756 100644 --- a/.gitignore +++ b/.gitignore @@ -51,5 +51,7 @@ kratos/includes/kratos_version.h *.lib # Output of tests of meshing application (MMG) +*.sol +*.mesh *.o.sol *.o.mesh