mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-10 18:21:14 +00:00
39 lines
481 B
Plaintext
39 lines
481 B
Plaintext
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
|
|
|
|
.DS_Store
|
|
|
|
# Kate - Text
|
|
/.cache
|
|
|
|
# Flatpak build cache
|
|
**/.flatpak-builder/
|
|
|
|
# Flatpak build dir
|
|
**/flatpak-build/
|