From abde9fd22d79d3c2093fb020174f150da398c704 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Mon, 17 Dec 2012 10:02:45 +0000 Subject: [PATCH] added iterate.dat to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 73431343..60866848 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ nosetests.xml #vim *.swp + +#bfgs optimiser leaves this lying around +iterate.dat