From c914d298604ef7ad3934c3c213d3f8822d6646d9 Mon Sep 17 00:00:00 2001
From: Guillaume Buisson <contact@guillaume.dev>
Date: 摹曛, 20 5月 2021 13:50:43 +0800
Subject: [PATCH] Several fixes (#120)

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

diff --git a/.gitignore b/.gitignore
index 2d30086..5a0a310 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@
 # Cmake generated files
 build/*
 !build/.gitkeep 
+install/*
 
 #eclipse files
 .cproject
@@ -35,3 +36,5 @@
 **/CMakeCache.txt
 **/CMakeFiles
 /CMakeSettings.json
+/.venv/
+/Pipfile

--
Gitblit v1.9.1