2020-03-17 04:31:30 +00:00
|
|
|
# Cache files
|
|
|
|
__pycache__/
|
|
|
|
.pyc
|
2020-09-02 11:13:21 +00:00
|
|
|
.DS_Store
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
# Text editor remnants
|
|
|
|
.vscode/
|
|
|
|
.vs/
|
|
|
|
.idea/
|
|
|
|
CMakeLists.txt
|
|
|
|
cmake-build-debug
|
|
|
|
venv/
|
2024-01-24 18:00:10 +00:00
|
|
|
.venv/
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
# Project-specific ignores
|
|
|
|
build/
|
2020-08-04 18:30:46 +00:00
|
|
|
expected/
|
2020-03-17 04:31:30 +00:00
|
|
|
notes/
|
|
|
|
baserom/
|
2024-01-24 18:00:10 +00:00
|
|
|
baseroms/*/segments/
|
2020-06-28 18:42:16 +00:00
|
|
|
docs/doxygen/
|
2020-03-17 04:31:30 +00:00
|
|
|
*.elf
|
|
|
|
*.sra
|
|
|
|
*.z64
|
2020-03-28 02:30:19 +00:00
|
|
|
*.n64
|
|
|
|
*.v64
|
2020-03-17 04:31:30 +00:00
|
|
|
*.map
|
|
|
|
*.dump
|
|
|
|
out.txt
|
2024-01-24 18:00:10 +00:00
|
|
|
*.ram
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
# Tool artifacts
|
2020-03-18 16:31:36 +00:00
|
|
|
tools/mipspro7.2_compiler/
|
2020-03-17 04:31:30 +00:00
|
|
|
tools/overlayhelpers/batchdisasm/output/*
|
|
|
|
tools/overlayhelpers/batchdisasm/output2/*
|
|
|
|
tools/overlayhelpers/batchdisasm/mipsdisasm/*
|
|
|
|
tools/disasm/output/*
|
|
|
|
tools/asmsplitter/asm/*
|
|
|
|
tools/asmsplitter/c/*
|
2020-06-19 01:12:58 +00:00
|
|
|
ctx.c
|
2020-08-15 18:08:53 +00:00
|
|
|
tools/*dSYM/
|
2021-05-23 00:00:10 +00:00
|
|
|
graphs/
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
# Assets
|
2021-05-15 18:14:51 +00:00
|
|
|
*.png
|
2021-04-02 22:07:29 +00:00
|
|
|
*.jpg
|
2020-12-26 11:39:52 +00:00
|
|
|
*.mdli
|
|
|
|
*.anmi
|
|
|
|
*.obj
|
|
|
|
*.mtl
|
|
|
|
*.fbx
|
|
|
|
!*_custom*
|
2021-05-26 23:40:48 +00:00
|
|
|
.extracted-assets.json
|
2020-03-17 04:31:30 +00:00
|
|
|
|
2021-11-07 17:13:44 +00:00
|
|
|
# Docs
|
|
|
|
!docs/tutorial/
|
|
|
|
|
2020-05-01 01:47:42 +00:00
|
|
|
# Per-user configuration
|
2020-04-25 00:34:00 +00:00
|
|
|
.python-version
|