[1.1] visual studio update
aligned with marlin 2.0 gitgnore to support visual studio community edition
This commit is contained in:
parent
4e19c59ab3
commit
33fdb9ab8b
1 changed files with 5 additions and 4 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -124,10 +124,11 @@ lib/readme.txt
|
||||||
*.sln
|
*.sln
|
||||||
*.vcxproj
|
*.vcxproj
|
||||||
*.vcxproj.filters
|
*.vcxproj.filters
|
||||||
Marlin/Release/
|
Release/
|
||||||
Marlin/Debug/
|
Debug/
|
||||||
Marlin/__vm/
|
__vm/
|
||||||
Marlin/.vs/
|
.vs/
|
||||||
|
vc-fileutils.settings
|
||||||
|
|
||||||
#VScode
|
#VScode
|
||||||
.vscode
|
.vscode
|
||||||
|
|
Loading…
Reference in a new issue