From 8553a8d63f97cfa8d64b5b2260e81f8c896a8398 Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: 周五, 23 5月 2025 18:36:03 +0800 Subject: [PATCH] 修改部分因为标准原因的报错 --- .gitignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 6f0748c..95b8bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ #Visual studio files .vs +/out # Compiled Static libraries *.lai @@ -20,6 +21,7 @@ # Cmake generated files build/* !build/.gitkeep +install/* #eclipse files .cproject @@ -31,3 +33,9 @@ projects/* !projects/.gitkeep +**/CMakeCache.txt +**/CMakeFiles +/CMakeSettings.json +/.venv/ +/Pipfile +/.pydevproject -- Gitblit v1.9.1