From 33fdb9ab8b260748b179fbb6639a384f3bfa6573 Mon Sep 17 00:00:00 2001 From: GMagician Date: Thu, 16 Nov 2017 22:43:31 +0100 Subject: [PATCH] [1.1] visual studio update aligned with marlin 2.0 gitgnore to support visual studio community edition --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8c7053826..4e57ed26b 100755 --- a/.gitignore +++ b/.gitignore @@ -124,10 +124,11 @@ lib/readme.txt *.sln *.vcxproj *.vcxproj.filters -Marlin/Release/ -Marlin/Debug/ -Marlin/__vm/ -Marlin/.vs/ +Release/ +Debug/ +__vm/ +.vs/ +vc-fileutils.settings #VScode .vscode