From 97cc324abb372dfd39631457f8ec2bda7eb90ea2 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Wed, 3 Jun 2026 07:14:41 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 062f5fd..e90a1d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # This ignore the build artifacts produced from running/building the Odin source code *.bin *.o + +# Project management +todo \ No newline at end of file