From b01f4512ae3aa25426cb84758a791478ab68d5d7 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 26 4月 2020 14:27:22 +0800 Subject: [PATCH] travis.ci: enable ctest_output_on_failure --- .gitignore | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d97328f..2d30086 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,31 @@ *.so *.dylib +#Visual studio files +.vs +/out + # Compiled Static libraries *.lai *.la *.a /Makefile +/Testing + +# Cmake generated files +build/* +!build/.gitkeep + +#eclipse files +.cproject +.settings +.project +*.out +/Default/ + +projects/* +!projects/.gitkeep + +**/CMakeCache.txt +**/CMakeFiles +/CMakeSettings.json -- Gitblit v1.9.1