From cf840c5da4b3ad853718a81231f5b165fa8e153b Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Thu, 30 Oct 2025 00:20:01 +0000 Subject: Try to ignore some files --- .gitinore | 9 ++------- src/tilemap.scm | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitinore b/.gitinore index f1460c2..710caee 100644 --- a/.gitinore +++ b/.gitinore @@ -1,7 +1,2 @@ -\#*# -*~ -*.pyc -/.venv -__pycache__/ -src/macroknight/__pycache__/ -/bin \ No newline at end of file +bin/* +*.import.scm \ No newline at end of file diff --git a/src/tilemap.scm b/src/tilemap.scm index 61a06ef..e80978e 100644 --- a/src/tilemap.scm +++ b/src/tilemap.scm @@ -1,5 +1,5 @@ (module tilemap -* +(load-tilemap) (import scheme (chicken io) (chicken base) -- cgit v1.2.3