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
RevLine 
[5272b6b]1newgame
[9e81839]2pong
3mygame
[8a6d19d]4demo
[4d52702]5
[22b2c37]6gl.log
[d9b6a1c]7crash.log
[22b2c37]8
[4e0b82b]9imgui.ini
10
[4d52702]11# Visual Studio files
12*.user
13*.db
14*.opendb
15.vs/
16*.filters
[4813066]17include/
18lib/
[21de283]19*.dll
[4d52702]20Debug/
21Release/
Note: See TracBrowser for help on using the repository browser.