source: opengl-game/.gitignore@ d02c25f

feature/imgui-sdl points-test
Last change on this file since d02c25f was d02c25f, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago

Create openglgame, which will be the original opengl+glfw game, but refactored to make simplify its conversion to vulkan

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