From a240eee8141ebbc93b67875d4334738cde412539 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 摹曛, 20 5月 2021 14:03:56 +0800
Subject: [PATCH] again fix travis

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

diff --git a/.gitignore b/.gitignore
index d97328f..5a0a310 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,8 +7,34 @@
 *.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
+/.venv/
+/Pipfile

--
Gitblit v1.9.1