init: main *

From 3ds template: https://github.com/TricksterGuy/3ds-template
This commit is contained in:
frzysk 2024-10-04 19:07:54 +03:00 committed by Zy
commit 04840890c7
10 changed files with 731 additions and 0 deletions

44
.gitignore vendored Normal file
View file

@ -0,0 +1,44 @@
# Compile directories
build/
output/
# Codeblocks
*.layout
# Object files
*.o
*.ko
*.obj
*.elf
*.3ds
*.cia
*.3dsx
*.smdh
*.zip
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/