From 3063b6ffd771f68183e76185761bcbc91110ca0b Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 26 Apr 2024 16:53:09 -0400 Subject: changed max iterations to byte to allow larger grids --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ec428fc..83a65a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # grid files *.grid +# analysis stuff +analysis/data/* + # Presentation Stuff build/* *.html -- cgit v1.2.3