From a3b2765419858d3b9f714a32f83e1da010ac28dc Mon Sep 17 00:00:00 2001 From: sladro Date: Sun, 1 Mar 2026 17:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86.gitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B8=85=E7=90=86=E4=BA=86=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=9D=A1=E7=9B=AE=E5=B9=B6=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E4=BA=86=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 71 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 5862186..d123bdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,47 @@ -otk_cpp_doc/ -.vs/ -.claude/ -.vscode/ -*.user -*.userosscache -*.suo -*.ncrunch* -*.dbmdl -*.jfm -*.userprefs -*.aps -*.cache -*.ilk -*.log -*.tmp -*.tmp_proj -*.user -*.userosscache -*.sln.docstates -.x64 -MFCCreoDll/x64/ - -x64/* \ No newline at end of file +# 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/