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