From 2f6e3d281857de94a23fa79823166d57196f6181 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周六, 16 5月 2020 21:54:27 +0800
Subject: [PATCH] Merge branch 'develop' of https://github.com/open-license-manager/open-license-manager.git into develop

---
 .gitignore |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index d97328f..6728aa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,8 +7,32 @@
 *.so
 *.dylib
 
+#Visual studio files
+.vs
+/out
+
 # Compiled Static libraries
 *.lai
 *.la
 *.a
 /Makefile
+/Testing
+
+# Cmake generated files
+build/*
+!build/.gitkeep 
+install/*
+
+#eclipse files
+.cproject
+.settings
+.project
+*.out
+/Default/
+
+projects/*
+!projects/.gitkeep
+
+**/CMakeCache.txt
+**/CMakeFiles
+/CMakeSettings.json

--
Gitblit v1.9.1