diff --git a/.gitignore b/.gitignore index e1b8cb6..169d483 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .vscode build -main.exe +/.vs +/.vscode +*.exe diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 092afcc..2e784d1 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -6,7 +6,8 @@ "${workspaceFolder}/**" ], "defines": [], - "intelliSenseMode": "linux-gcc-x64" + "intelliSenseMode": "linux-gcc-x64", + "configurationProvider": "ms-vscode.cmake-tools" } ], "version": 4