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