build(vcs): 补充对日志归档包的排除项.

补充日志归档包(.log.gz)的排除项, 排除了测试过程中产生的日志归档包.
This commit is contained in:
2022-02-28 08:34:07 +08:00
parent 00e90eabd0
commit 1f48bbae8e

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
# Log file # Log file
*.log *.log
*.log.gz
# BlueJ files # BlueJ files
*.ctxt *.ctxt