Files
sharpemu/.gitignore
T
Job Meijer a1cbff8a9c Fix NID BHouLQzh0X0, doubled StartupStaticTlsReservation memory. Both needed to launch GTA V. (#454)
* Increased StartupStaticTlsReservation (doubled) and fixed mistake in NID BHouLQzh0X0. Now GTA V RAGE engine seems to start loading.

* fixed NID BHouLQzh0X0, this had an issue causing GTA V not to load. Also doubled StartupStaticTlsReservation.

* Removed .vscode folder and reverted global.json
2026-07-20 14:37:30 +03:00

45 lines
440 B
Plaintext

# Copyright (C) 2026 SharpEmu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
[Dd]ebug/
[Rr]elease/
[Bb]in/
[Oo]bj/
[Pp]ublish/
[Aa]rtifacts/
logs/
.tmp/
x86/
x64/
arm64/
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.tmp
*.tmp_proj
*.log
*.user
*.suo
*.userosscache
*.sln.docstates
.packages
packages/
*.nupkg
.nuget/
.dotnet-home/
.cache/
__pycache__/
*.py[cod]
.DS_Store
Thumbs.db
Desktop.ini
ehthumbs.db
.vs/
.idea/
.vscode/