From 2feba4e9e1fdaa85b15a1c1eb8a27c4a92c03140 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 7 Jun 2026 21:32:30 +0200 Subject: [PATCH] Add .gitignore for Odin builds Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7b8fc3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Odin +*.odin +*.odin.cache + +# Build artifacts +a.out +a.exe + +# Executables +HanjaKanaMun + +# macOS +.DS_Store + +# IDE/Editor +.idea/ +.vscode/ +*.swp +*.swo