You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
30 lines
272 B
Plaintext
30 lines
272 B
Plaintext
# Cache files
|
|
__pycache__/
|
|
.pyc
|
|
.DS_Store
|
|
|
|
# Text editor remnants
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
CMakeLists.txt
|
|
cmake-build-debug
|
|
venv/
|
|
.venv
|
|
|
|
# Project-specific ignores
|
|
base_*/
|
|
build/
|
|
expected/
|
|
notes/
|
|
tools/gcc
|
|
tools/ido
|
|
*.elf
|
|
*.o
|
|
*.a
|
|
|
|
# Tool artifacts
|
|
ctx.c
|
|
|
|
libultra_collection/
|