Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The second great major Make/build System Refactor #98

Merged
merged 9 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 18 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Generated by splat
.splat/
asm/
bin/
assets/

# Build directory
build/

.vscode/
linker_scripts/*/auto/
linker_scripts/*/pokestadium.ld
*_auto.ld
pokestadium.ld
pokestadium-*yaml

__pycache__/
.make_options

ctx.c
ctx.c.m2c
*.o
*.z64
*.ld
*.csv

undefined_funcs_auto.txt
undefined_syms_auto.txt

# qemu-irix compilers
tools/ido5.3_compiler/
tools/ido7.1_compiler/

# diffing directory
expected/
*.z64
*.n64
*.v64
*.plf
*.sym
.venv

# misc
.DS_Store
.vscode/*
!.vscode/c_cpp_properties.json
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "tools/n64splat"]
path = tools/n64splat
url = https://github.com/ethteck/n64splat.git
[submodule "tools/asmproc"]
path = tools/asmproc
url = https://github.com/simonlindholm/asm-processor.git
Loading
Loading