source: opengl-game/.gitignore@ e66fd66

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

In OpenGLReference, change all enums to enum classes and update IMGUI to the latest version

  • Property mode set to 100644
File size: 172 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
22include/
23lib/
Note: See TracBrowser for help on using the repository browser.