Add .gitignore for Odin builds
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
+19
@@ -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
|
||||
Reference in New Issue
Block a user