source: opengl-game/.gitignore@ 6493e43

feature/imgui-sdl
Last change on this file since 6493e43 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
RevLine 
[d2f607c]1openglref
[4eb4d0a]2vulkanref
[d02c25f]3openglgame
[99d44b2]4vulkangame
[4d52702]5
[22b2c37]6gl.log
[98f06d9]7game.log
[d9b6a1c]8crash.log
[22b2c37]9
[4befb76]10*.spv
[4e0b82b]11imgui.ini
12
[4d52702]13# Visual Studio files
14*.user
15*.db
16*.opendb
17.vs/
[21de283]18*.dll
[4d52702]19Debug/
20Release/
[aaf27cd]21.vscode/
[681dbe8]22
23include/
24lib/
Note: See TracBrowser for help on using the repository browser.