From c27bdbf0266de30d73da2de18279c699df275187 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Sep 2026 15:38:48 +0800 Subject: [PATCH] =?UTF-8?q?gitignore=20=E8=BF=BD=E5=8A=A0=20run.out?= =?UTF-8?q?=EF=BC=9A=E6=9C=AC=E5=9C=B0=E8=BF=90=E8=A1=8C=E4=B8=8E=20JUnit?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ba492f6..1281324 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ build/ ### Mac OS ### .DS_Store /.idea/encodings.xml + +# 本地运行与测试日志 +run.out