mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-14 19:15:03 -05:00
b898d98515
* Implement core functionality (before linter) * run linter + formatter * Review: remove redundant code * Implement end of range check for vtables --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
27 lines
364 B
Text
27 lines
364 B
Text
Debug/
|
|
Release/
|
|
*.ncb
|
|
/.vs
|
|
/.vscode
|
|
/.idea
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
VENV/
|
|
env.bak/
|
|
venv.bak/
|
|
/build/
|
|
/build_debug/
|
|
/legobin/
|
|
*.swp
|
|
LEGO1PROGRESS.*
|
|
ISLEPROGRESS.*
|
|
*.pyc
|
|
tools/ghidra_scripts/import.log
|
|
|
|
# By convention we put the retail binaries into ./legobin.
|
|
# These entries are kept for now since that convention has not always been around.
|
|
ISLE.EXE
|
|
LEGO1.DLL
|