From 1646502949087af284ab65521bee19465eca49c4 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 2 Apr 2023 23:01:01 -0400 Subject: [PATCH] updated gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 2f9d10f..97af6bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,24 @@ build/ /tags /bazel-* + +# binaries +**/bin/ +bin-int/ + +# Visual Studio clutter +_ReSharper* +*.sdf +*.suo +*.dir +*.vcxproj* +*.sln +.vs +CMakeSettings.json +Win32 +x64 +Debug +Release +MinSizeRel +RelWithDebInfo +*.opensdf \ No newline at end of file