From 510d41ff7d12c8a8ba230d3b3f732b19a20f15e3 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 31 10月 2020 10:28:34 +0800 Subject: [PATCH] doc & miscellaneous changes --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2d30086..7e97712 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ # Cmake generated files build/* !build/.gitkeep +install/* #eclipse files .cproject @@ -35,3 +36,4 @@ **/CMakeCache.txt **/CMakeFiles /CMakeSettings.json +/.venv/ -- Gitblit v1.9.1