From c422e14bade57a4b8b373702da80f101779cce1a Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Mon, 14 Aug 2017 20:41:16 +0300 Subject: [PATCH] add *.mem and *.cov to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b520eb3..d09cfac 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ docs/site/ *.tex *.export *.jld +*.mem +*.cov