From f696d35f9c1740c0467eb3126c4bda44971a8bc4 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 21 Feb 2021 11:48:13 +0000 Subject: [PATCH] Merged. Doesn't build or run, but that seems to be an nrepl problem. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9085133..bfeadde 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ pom.xml.asc *.log *.stl [0-9a-f]*-init.clj +/bin/ /lib/ /classes/ /target/ @@ -21,4 +22,7 @@ pom.xml.asc .calva/output-window/output.calva-repl -.settings/ \ No newline at end of file +.settings/ +.project + +.classpath