quake3live/.gitignore
Sergei Shubin b9a0ada275 Add spaced build dir names (Debug TA/, Release TA/) to .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 18:18:11 +08:00

37 lines
386 B
Text

# Visual Studio
.vs/
*.user
*.suo
*.aps
*.ncb
*.sdf
*.opensdf
*.idb
UpgradeLog*.htm
_UpgradeReport_Files/
Backup/
# Build output directories
Debug/
Debug_TA/
Debug TA/
Release/
Release_TA/
Release TA/
x64/
*___Win32_*/
ReleaseAXP/
DebugAxp/
# Intermediate build files
*.obj
*.pch
*.res
*.sbr
*.bsc
*.pdb
*.ilk
*.exp
# Working directory (game runtime + copied build outputs)
workdir/