From 7385c2053b141bbe9fa395b371fa29dfe6082bc8 Mon Sep 17 00:00:00 2001 From: Maya Warrier Date: Mon, 27 Mar 2023 22:17:02 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 1566557..6bbf906 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,18 @@ build/* Testing/* .cache/ compile_commands.json + +# Visual studio +.vs/ +Debug/ +Release/ +/out/build/ +*.sln +*.vcxproj +*.vcxproj.filters +*.vcxproj.user +*.psess +*.vspx +*.vsp +*.diagsession +*.hint \ No newline at end of file