From e5723cfd7fdcf2e4be577e4302f03bc2ac87c950 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 3 May 2026 14:49:19 -0400 Subject: [PATCH] chore: gitignore lisp files in org/tmp, remove committed test artifact --- .gitignore | 1 + org/tmp/test-fix.lisp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 org/tmp/test-fix.lisp diff --git a/.gitignore b/.gitignore index 1ec10e0..2de8bae 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ test_input.txt /skills/*.lisp /tests/*.lisp *.fasl +*.lisp diff --git a/org/tmp/test-fix.lisp b/org/tmp/test-fix.lisp deleted file mode 100644 index 713dc8f..0000000 --- a/org/tmp/test-fix.lisp +++ /dev/null @@ -1,2 +0,0 @@ -(defun test-fn (x) - (list x)