Initial project setup
Add basic project structure with README and gitignore. Setting up Nintendo Switch homebrew project for BOTW save modification.
This commit is contained in:
commit
e9ae66e136
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
build/
|
||||||
|
*.elf
|
||||||
|
*.nro
|
||||||
|
*.nacp
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
*.map
|
||||||
|
*.lst
|
||||||
Loading…
Add table
Add a link
Reference in a new issue