mirror of
https://github.com/Astharot15/COMLoaderAstharot/
synced 2026-07-13 20:52:26 +00:00
33 lines
420 B
Plaintext
33 lines
420 B
Plaintext
## Visual Studio 2022 C++ Cache & Artifacts
|
|
.vs/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
x86/
|
|
ARM/
|
|
ARM64/
|
|
|
|
## C++ Compiler and Linker Outputs
|
|
*.pch
|
|
*.pdb
|
|
*.ilk
|
|
*.idb
|
|
*.obj
|
|
*.iobj
|
|
*.ipdb
|
|
*.tlog
|
|
*.lastbuildstate
|
|
*.recipe
|
|
*.log
|
|
|
|
## Backup and Build Log Directories
|
|
$SubDir$/
|
|
Generated Files/
|
|
_UpgradeReport_Files/
|
|
|
|
## User-specific settings (Keep vcxproj, but ignore individual user layouts)
|
|
*.user
|
|
*.suo
|
|
*.sln.docstates |