From c5fcde792c754382b3e8cc69ca925430e5fb9793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 3 Mar 2024 22:33:22 +0100 Subject: [PATCH] - Update gitignore with local msvc projects and binaries --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0d0590 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/Bin/Win32 +/doc/html +/doc/autodoc.xml +/proj/vs