From 4e1f76fae58a7e0db111ec68e616e6ea3222f726 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 13 10月 2019 16:17:06 +0800 Subject: [PATCH] fix windows tests --- .gitignore | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d97328f..0018bea 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,14 @@ *.la *.a /Makefile +/Testing + +# Cmake generated files +build + +#eclipse files +.cproject +.settings +.project +*.out +/Default/ -- Gitblit v1.9.1