source: opengl-game/.gitignore@ 20e4c2b

feature/imgui-sdl
Last change on this file since 20e4c2b was aaf27cd, checked in by Dmitry Portnoy <dportnoy@…>, 4 years ago

In OpenGLReference, fix an OpenGL error when adding new objects

  • Property mode set to 100644
File size: 181 bytes
Line 
1openglref
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*.dll
19Debug/
20Release/
21.vscode/
22
23include/
24lib/
Note: See TracBrowser for help on using the repository browser.