source: opengl-game/.gitignore@ e8ebc76

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

Create main.cpp to hold the initial startup code and (eventually) the CrashLogger wrapper and create a SpaceGame class to hold the rendering and game logic

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