From 0383805b72953ebaa00806a3a39f722e29beb5af Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 03 11月 2019 15:35:29 +0800
Subject: [PATCH] issue #42 (first part)

---
 .gitignore |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7165b6c..469799c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,8 @@
 /Testing
 
 # Cmake generated files
-build
+build/*
+!build/.gitkeep 
 
 #eclipse files
 .cproject
@@ -26,3 +27,7 @@
 .project
 *.out
 /Default/
+
+product/*
+!product/.gitkeep
+

--
Gitblit v1.9.1