2023-02-23 05:32:14 +00:00
|
|
|
# ignore all rom files
|
|
|
|
baseroms/*
|
|
|
|
*.z64
|
|
|
|
*.n64
|
|
|
|
*.v64
|
|
|
|
|
|
|
|
#compiled or ripped asm
|
|
|
|
asm/*
|
|
|
|
asm
|
|
|
|
build/*
|
|
|
|
build/
|
|
|
|
|
|
|
|
#binaries ripped from the ROMs
|
|
|
|
assets/
|
|
|
|
assets/*
|
|
|
|
bin/
|
|
|
|
bin/*
|
|
|
|
|
|
|
|
|
|
|
|
# This folder will hold modified asset binaries
|
|
|
|
# these assets will override the original game
|
|
|
|
# assets in the bin/ at compile time.
|
|
|
|
mod/
|
|
|
|
mod/*
|
|
|
|
|
|
|
|
|
|
|
|
#compiled object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
#Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
#compiled dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
#static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
#misc
|
|
|
|
__pycache__/
|
|
|
|
*__pycache__/
|
|
|
|
expected/
|
|
|
|
.*/
|
|
|
|
*.ld
|
|
|
|
*/*.ld
|
|
|
|
*.map
|
|
|
|
*/*.map
|
|
|
|
*auto.txt
|
|
|
|
*_auto.*.txt
|
|
|
|
*.*auto.txt
|
|
|
|
*/.splat_cache
|
|
|
|
.splat_cache
|
|
|
|
.splat_cache*
|
|
|
|
diff_settings.py
|
|
|
|
ctx.c
|
2023-05-20 04:39:32 +00:00
|
|
|
!tools/build
|
2023-07-04 23:56:37 +00:00
|
|
|
test.csv
|
2024-04-16 16:44:30 +00:00
|
|
|
refcount.csv
|
2023-07-04 23:56:37 +00:00
|
|
|
*.csv#
|