From 416631350db3c6ce1a00ecb0f0468a0c6ef0cc6f Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Wed, 23 Oct 2024 13:10:26 +0200 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7482133..84cc5d1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,6 @@ src/C++/Driver/vgcore* src/C++/Driver/cmake_install.cmake src/C++/Driver/Makefile src/Python/flask/web/_pycache_ -venv \ No newline at end of file +venv +build/ +log \ No newline at end of file