From 646f315c8fbfd92ca9c03b83e23c33b72c8d837d Mon Sep 17 00:00:00 2001 From: Allen Wolf <63997543+aaw3@users.noreply.github.com> Date: Wed, 10 Jan 2024 01:27:42 -0600 Subject: [PATCH] Add project --- .gitignore | 2 ++ src/.gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 259148f..fa8c348 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Prerequisites *.d +.vs/ + # Compiled Object files *.slo *.lo diff --git a/src/.gitignore b/src/.gitignore index 259148f..b19f1f9 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,6 +1,8 @@ # Prerequisites *.d +x64/* + # Compiled Object files *.slo *.lo