48 lines
520 B
Plaintext
48 lines
520 B
Plaintext
# Project docs / local tools
|
|
otk_cpp_doc/
|
|
.claude/
|
|
.vscode/
|
|
|
|
# Visual Studio workspace
|
|
.vs/
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Build output directories
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# C/C++ build artifacts
|
|
*.obj
|
|
*.pch
|
|
*.pdb
|
|
*.idb
|
|
*.ipdb
|
|
*.ilk
|
|
*.tlog
|
|
*.lastbuildstate
|
|
*.recipe
|
|
*.vcxproj.FileListAbsolute.txt
|
|
|
|
# Logs / temp
|
|
*.log
|
|
*.tmp
|
|
*.tmp_proj
|
|
*.cache
|
|
*.aps
|
|
|
|
# Test / reports
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
_UpgradeReport_Files/
|
|
Backup*/
|
|
UpgradeLog*.XML
|
|
|
|
# NuGet / packages
|
|
packages/
|