From b0998910dd974280b3c6f3f65e21bfd5859b117f Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 19 May 2020 16:46:13 +0200 Subject: Basic explorer with window resize, iterations change, moving around --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e07657e..28ac7b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ a.out mandel *.o +vgcore.* -- cgit