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