source: opengl-game/.gitignore@ d9b6a1c

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

Print a stack trace in the event of a crash. Currently, the code for this on Windows outputs the stack trace to stderr, not to a log file.

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