From 1f48bbae8ea989a96d34bc252b8135dbc9def1f8 Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 28 Feb 2022 08:34:07 +0800 Subject: [PATCH] =?UTF-8?q?build(vcs):=20=E8=A1=A5=E5=85=85=E5=AF=B9?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=BD=92=E6=A1=A3=E5=8C=85=E7=9A=84=E6=8E=92?= =?UTF-8?q?=E9=99=A4=E9=A1=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补充日志归档包(.log.gz)的排除项, 排除了测试过程中产生的日志归档包. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9803653..6932cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Log file *.log +*.log.gz # BlueJ files *.ctxt