Add spaced build dir names (Debug TA/, Release TA/) to .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a82244334c
commit
b9a0ada275
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -14,8 +14,10 @@ Backup/
|
|||
# Build output directories
|
||||
Debug/
|
||||
Debug_TA/
|
||||
Debug TA/
|
||||
Release/
|
||||
Release_TA/
|
||||
Release TA/
|
||||
x64/
|
||||
*___Win32_*/
|
||||
ReleaseAXP/
|
||||
|
|
|
|||
Loading…
Reference in a new issue