mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
BETA10: reccomp support and Ghidra imports (#1091)
* 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>
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -12,11 +12,16 @@ ENV/
|
||||
VENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
ISLE.EXE
|
||||
LEGO1.DLL
|
||||
/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
|
||||
|
Reference in New Issue
Block a user