2018-01-28 23:38:00 +00:00
|
|
|
build/*
|
2018-02-21 22:13:53 +00:00
|
|
|
*/Debug/*
|
|
|
|
*/Release/*
|
|
|
|
*/x64/*
|
2015-08-28 14:55:22 +00:00
|
|
|
*.o
|
2015-09-10 19:09:29 +00:00
|
|
|
*.obj
|
|
|
|
*.exe
|
2018-07-31 16:48:24 +00:00
|
|
|
|
|
|
|
## Visual Studio cruft
|
|
|
|
.vs/*
|
|
|
|
*/ipch/*
|
|
|
|
*.opensdf
|
2018-06-13 17:22:22 +00:00
|
|
|
*.log
|
2015-11-16 21:03:13 +00:00
|
|
|
*.pdb
|
2016-08-20 11:30:42 +00:00
|
|
|
*.ilk
|
2018-07-31 16:48:24 +00:00
|
|
|
*.user
|
|
|
|
*.sdf
|
|
|
|
*.suo
|
2017-08-20 07:17:37 +00:00
|
|
|
*.VC.db
|
|
|
|
*.VC.VC.opendb
|
2015-01-20 00:04:34 +00:00
|
|
|
|
2018-06-27 07:32:03 +00:00
|
|
|
## Xcode cruft
|
|
|
|
.DS_Store
|
|
|
|
project.xcworkspace
|
|
|
|
xcuserdata
|
|
|
|
|
2018-07-03 13:57:34 +00:00
|
|
|
## Emscripten output
|
2019-04-15 14:36:14 +00:00
|
|
|
*.o.tmp
|
2018-07-03 13:57:34 +00:00
|
|
|
*.out.js
|
|
|
|
*.out.wasm
|
2019-04-14 23:01:44 +00:00
|
|
|
example_emscripten/example_emscripten.*
|
2018-07-03 13:57:34 +00:00
|
|
|
|
2018-02-21 22:13:53 +00:00
|
|
|
## Unix executables
|
2018-06-10 13:42:14 +00:00
|
|
|
example_glfw_opengl2/example_glfw_opengl2
|
|
|
|
example_glfw_opengl3/example_glfw_opengl3
|
2019-04-08 17:16:45 +00:00
|
|
|
example_glut_opengl2/example_glut_opengl2
|
|
|
|
example_null/example_null
|
2018-06-10 13:42:14 +00:00
|
|
|
example_sdl_opengl2/example_sdl_opengl2
|
|
|
|
example_sdl_opengl3/example_sdl_opengl3
|
2018-02-21 22:13:53 +00:00
|
|
|
|
|
|
|
## Dear ImGui Ini files
|
2015-01-20 00:04:34 +00:00
|
|
|
imgui.ini
|