From cbf436621e2343d4c769258d0d74daebe3c5ac74 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 13 10月 2019 19:44:07 +0800
Subject: [PATCH] fix test windows

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

diff --git a/.gitignore b/.gitignore
index 1dc413f..0018bea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,13 @@
 *.a
 /Makefile
 /Testing
+
+# Cmake generated files
+build
+
+#eclipse files
+.cproject
+.settings
+.project
+*.out
+/Default/

--
Gitblit v1.9.1