From 744f7270877ef544536d5da7582cc99a146b12c3 Mon Sep 17 00:00:00 2001
From: Lay <guoleilam@163.com>
Date: 周六, 21 11月 2020 08:41:51 +0800
Subject: [PATCH] Update comment (#111)

---
 .gitignore |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7165b6c..5a0a310 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,12 @@
 .project
 *.out
 /Default/
+
+projects/*
+!projects/.gitkeep
+
+**/CMakeCache.txt
+**/CMakeFiles
+/CMakeSettings.json
+/.venv/
+/Pipfile

--
Gitblit v1.9.1