quake3live/.gitignore
Sergei Shubin e8af01e9d3 Add QL PM/PMF flags under MISSIONPACK; ignore Debug_TA build dirs
- PM_TUTORIAL alias (= PM_SPINTERMISSION, value 6) added under MISSIONPACK
- PMF_GRAPPLE_PULL2, PMF_CROUCH_SLIDE, PMF_DOUBLE_JUMP, PMF_AUTOHOP_HELD,
  PMF_NO_ACTION, PMF_JUMP_SCALE (0x8000–0x100000) added under MISSIONPACK,
  matching values from qagamex86.dll build 1069
- .gitignore: add Debug_TA/, *.tlog, *.recipe, *.log

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 16:13:45 +08:00

42 lines
398 B
Text

# Visual Studio
.vs/
*.user
*.suo
*.aps
*.ncb
*.sdf
*.opensdf
*.pdb
*.ilk
*.exp
*.idb
UpgradeLog*.htm
_UpgradeReport_Files/
Backup/
# Build output directories
Debug/
Debug_TA/
Release/
Release_TA/
x64/
*___Win32_*/
# Intermediate build files
*.obj
*.pch
*.res
*.sbr
*.bsc
*.tlog
*.recipe
*.log
# Compiled outputs
*.exe
*.dll
*.lib
*.map
# Working directory (build outputs + game data)
workdir/