Added build/ to gitignore (#3027), Examples: SDL2: Link with shell32.lib required by SDL2main.lib since SDL 2.0.12. [#3988, #3884] + added batch file for SDL+Vulkan.

This commit is contained in:
ocornut
2021-03-31 16:14:18 +02:00
parent 3c7177c6a7
commit 2403ed92a3
6 changed files with 17 additions and 3 deletions

3
.gitignore vendored
View File

@ -26,6 +26,9 @@ ipch
*.VC.db
*.VC.VC.opendb
## Commonly used CMake directories
/build*/
## Xcode artifacts
project.xcworkspace
xcuserdata