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