source: opengl-game/.gitignore

feature/imgui-sdl
Last change on this file was 187b0f5, checked in by Dmitry Portnoy <dportnoy@…>, 3 years ago

Change VulkanGame and SDLGame to only use discrete GPUs and switch the timer class to steady_clock

  • Property mode set to 100644
File size: 189 bytes
Line 
1openglref
2vulkanref
3openglgame
4sdlgame
5vulkangame
6
7gl.log
8game.log
9crash.log
10
11*.spv
12imgui.ini
13
14# Visual Studio files
15*.user
16*.db
17*.opendb
18.vs/
19*.dll
20Debug/
21Release/
22.vscode/
23
24include/
25lib/
Note: See TracBrowser for help on using the repository browser.