diff options
| author | 2026-06-27 22:53:26 -0500 | |
|---|---|---|
| committer | 2026-06-27 22:53:26 -0500 | |
| commit | 40724faccacf055cd9f9bba4615b9f930be9b76b (patch) | |
| tree | 8df1806ef766f14a935e98ad1a04e47714f5f858 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aaeb505 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build/ +compile_commands.json +*.elf +*.dol |
