From 78c4103171732369725487b5f0e43816e1ea1256 Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: 周三, 28 5月 2025 16:58:22 +0800 Subject: [PATCH] 修复了缺少头文件编译报错的问题 --- .gitignore | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 7165b6c..c2cb7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ #Visual studio files .vs +/out # Compiled Static libraries *.lai @@ -18,7 +19,9 @@ /Testing # Cmake generated files -build +build/* +!build/.gitkeep +install/* #eclipse files .cproject @@ -26,3 +29,16 @@ .project *.out /Default/ + +projects/* +!projects/.gitkeep + +**/CMakeCache.txt +**/CMakeFiles +/CMakeSettings.json +/.venv/ +/Pipfile +/.pydevproject + +src/library/generate-license.h +src/library/generate-license.cpp -- Gitblit v1.9.1