From 0b17e637d3791d1ca94558429f9deba3a5876166 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Tue, 14 Feb 2023 20:33:23 -0500 Subject: Use assoc symbols for keys instead of strings for objects. Update the test suite to be more compatible with SRFI 64. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 14fea66..9865986 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/*~ README.html -*.tgz \ No newline at end of file +*.tgz +*.log \ No newline at end of file -- cgit