mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-18 15:21:25 +00:00
Merge pull request #8454 from GMagician/1.1.x-gitignore
[1.1] gitignore visual studio update
This commit is contained in:
commit
3e050fb35a
1 changed files with 5 additions and 4 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue