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